Html Css Color HEX #C4312B Persian Red

📋 copy color: '#C4312B'

red 196 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #C4312B

Tints of Persian Red #C4312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 68.06%
G = 17.01%
B = 14.93%

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

#C4312B (or 0xC4312B) is known color: Persian Red. HEX triplet: C4, 31 and 2B. RGB value is (196,49,43). Sum of RGB (Red+Green+Blue) = 196+49+43=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4312B is #3BCED4. Grayscale: #5C5C5C. Windows color (decimal): -3919573 or 2830788. OLE color: 2830788.

HSL color Cylindrical-coordinate representation of color #C4312B: hue angle of 2.35º degrees, saturation: 0.64, 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 #C4312B is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 43 -
CMYK 0 0.75 0.78 0.23
HSL 2.35º 0.64% 0.47% -
HSV(B) 2.35º 0.78% 0.77% -
XYZ 24.3 14.11 3.73 -
YUV 92.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 196 49 43 0 0.75 0.78 0.23 2.35 0.64 0.47
Hex C4 31 2B 0 4B 4E 17 2 40 2F
Octal 304 61 53 0 113 116 27 2 100 57
Binary 11000100 110001 101011 0 1001011 1001110 10111 10 1000000 101111

Color Harmonies of #C4312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4312B

Black with #C4312B

Text Example


Text Example

White with #C4312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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