Html Css Color HEX #C43736 Persian Red

📋 copy color: '#C43736'

red 196 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C43736

Tints of Persian Red #C43736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

 BLUE value IS 54 (21.48% from 255) = 17.7%

R = 64.26%
G = 18.03%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43736 (or 0xC43736) is known color: Persian Red. HEX triplet: C4, 37 and 36. RGB value is (196,55,54). Sum of RGB (Red+Green+Blue) = 196+55+54=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C43736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43736 is #3BC8C9. Grayscale: #616161. Windows color (decimal): -3918026 or 3553220. OLE color: 3553220.

HSL color Cylindrical-coordinate representation of color #C43736: hue angle of 0.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43736 is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 54 -
CMYK 0 0.72 0.72 0.23
HSL 0.42º 0.57% 0.49% -
HSV(B) 0.42º 0.72% 0.77% -
XYZ 24.8 14.73 5.03 -
YUV 97.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 196 55 54 0 0.72 0.72 0.23 0.42 0.57 0.49
Hex C4 37 36 0 48 48 17 0 39 31
Octal 304 67 66 0 110 110 27 0 71 61
Binary 11000100 110111 110110 0 1001000 1001000 10111 0 111001 110001

Color Harmonies of #C43736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43736

Black with #C43736

Text Example


Text Example

White with #C43736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43736; }

 p { color: rgb(196,55,54); }

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

background-color css

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

 a { background-color: rgb(196,55,54); }

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

border-color css

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

 span { border-color: rgb(196,55,54); }

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