Html Css Color HEX #C43F37 Persian Red

📋 copy color: '#C43F37'

red 196 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #C43F37

Tints of Persian Red #C43F37

RGB

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

 GREEN value IS 63 (25% from 255) = 20.06%

 BLUE value IS 55 (21.88% from 255) = 17.52%

R = 62.42%
G = 20.06%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C43F37 (or 0xC43F37) is known color: Persian Red. HEX triplet: C4, 3F and 37. RGB value is (196,63,55). Sum of RGB (Red+Green+Blue) = 196+63+55=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F37 is #3BC0C8. Grayscale: #666666. Windows color (decimal): -3915977 or 3620804. OLE color: 3620804.

HSL color Cylindrical-coordinate representation of color #C43F37: hue angle of 3.4º degrees, saturation: 0.56, 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 #C43F37 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 63 55 -
CMYK 0 0.68 0.72 0.23
HSL 3.4º 0.56% 0.49% -
HSV(B) 3.4º 0.72% 0.77% -
XYZ 25.23 15.57 5.29 -
YUV 101.86 101.56 195.15 -
System Red Green Blue C M Y K H S L
Decimal 196 63 55 0 0.68 0.72 0.23 3.4 0.56 0.49
Hex C4 3F 37 0 44 48 17 3 38 31
Octal 304 77 67 0 104 110 27 3 70 61
Binary 11000100 111111 110111 0 1000100 1001000 10111 11 111000 110001

Color Harmonies of #C43F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F37

Black with #C43F37

Text Example


Text Example

White with #C43F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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