Html Css Color HEX #C4312C Persian Red

📋 copy color: '#C4312C'

red 196 ◦ green 49 ◦ blue 44

#C4312C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C4312C

Tints of Persian Red #C4312C

RGB

 RED value IS 196 (76.95% from 255) = 67.82%

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 67.82%
G = 16.96%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4312C (or 0xC4312C) is known color: Persian Red. HEX triplet: C4, 31 and 2C. RGB value is (196,49,44). Sum of RGB (Red+Green+Blue) = 196+49+44=289 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.82% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 196 - color contains mainly: red. Hex color #C4312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4312C is #3BCED3. Grayscale: #5C5C5C. Windows color (decimal): -3919572 or 2896324. OLE color: 2896324.

HSL color Cylindrical-coordinate representation of color #C4312C: hue angle of 1.97º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4312C is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 44 -
CMYK 0 0.75 0.78 0.23
HSL 1.97º 0.63% 0.47% -
HSV(B) 1.97º 0.78% 0.77% -
XYZ 24.32 14.11 3.83 -
YUV 92.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 196 49 44 0 0.75 0.78 0.23 1.97 0.63 0.47
Hex C4 31 2C 0 4B 4E 17 2 3F 2F
Octal 304 61 54 0 113 116 27 2 77 57
Binary 11000100 110001 101100 0 1001011 1001110 10111 10 111111 101111

Color Harmonies of #C4312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4312C

Black with #C4312C

Text Example


Text Example

White with #C4312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4312C; }

 p { color: rgb(196,49,44); }

 H1.HeaderClassName
 {
   color: #C4312C;
 }
 .AnyTagClassName
 {
   color: #C4312C;
 }
</style>

background-color css

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

 a { background-color: rgb(196,49,44); }

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

border-color css

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

 span { border-color: rgb(196,49,44); }

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