Html Css Color HEX #C43F39 Persian Red

📋 copy color: '#C43F39'

red 196 ◦ green 63 ◦ blue 57

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

Shades of Persian Red #C43F39

Tints of Persian Red #C43F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.04%

R = 62.03%
G = 19.94%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43F39 (or 0xC43F39) is known color: Persian Red. HEX triplet: C4, 3F and 39. RGB value is (196,63,57). Sum of RGB (Red+Green+Blue) = 196+63+57=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F39 is #3BC0C6. Grayscale: #666666. Windows color (decimal): -3915975 or 3751876. OLE color: 3751876.

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

Color convert

RGB 196 63 57 -
CMYK 0 0.68 0.71 0.23
HSL 2.59º 0.55% 0.5% -
HSV(B) 2.59º 0.71% 0.77% -
XYZ 25.28 15.59 5.55 -
YUV 102.08 102.56 194.99 -
System Red Green Blue C M Y K H S L
Decimal 196 63 57 0 0.68 0.71 0.23 2.59 0.55 0.5
Hex C4 3F 39 0 44 47 17 3 37 32
Octal 304 77 71 0 104 107 27 3 67 62
Binary 11000100 111111 111001 0 1000100 1000111 10111 11 110111 110010

Color Harmonies of #C43F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F39

Black with #C43F39

Text Example


Text Example

White with #C43F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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