#C4382F

Color #C4382F Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C4382F

Tints of Persian Red #C4382F

Color information

#C4382F (or 0xC4382F) is unknown color: approx Persian Red. HEX triplet: C4, 38 and 2F. RGB value is (196,56,47). Sum of RGB (Red+Green+Blue) = 196+56+47=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C4382F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4382F is #3BC7D0. Grayscale: #616161. Windows color (decimal): -3917777 or 3094724. OLE color: 3094724.

HSL color Cylindrical-coordinate representation of color #C4382F: hue angle of 3.62º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4382F is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB1965647-
CMYK00.710.760.23
HSL3.62º61.32%47.65%-
HSV(B)3.62º76.02%76.86%-
XYZ24.6914.774.24-
YUV96.8399.88198.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 65.55%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 47 (18.75% from 255) = 15.72%
R=65.55%
G=18.73%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196564700.710.760.233.6261.3247.65
HexC4382F0474C1743d30
Octal304705701071142747560
Binary1100010011100010111101000111100110010111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4382F; }

 p { color: rgb(196,56,47); }

 H1.HeaderClassName
 {
   color: #C4382F;
 }
 .AnyTagClassName
 {
   color: #C4382F;
 }
</style>
background-color css

<style>
 a { background-color: #C4382F; }

 a { background-color: rgb(196,56,47); }

 div.DivClassName
 {
   background-color: #C4382F;
 }
 .BgClassName
 {
   background-color: #C4382F;
 }
</style>
border-color css

<style>
 span { border-color: #C4382F; }

 span { border-color: rgb(196,56,47); }

 td.TdClassName
 {
   border-color: #C4382F;
 }
 .TagClassName
 {
   border-color: #C4382F;
 }
</style>