Html Css Color HEX #C43A39 Persian Red

📋 copy color: '#C43A39'

red 196 ◦ green 58 ◦ blue 57

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

Shades of Persian Red #C43A39

Tints of Persian Red #C43A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.65%

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

R = 63.02%
G = 18.65%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C43A39 (or 0xC43A39) is known color: Persian Red. HEX triplet: C4, 3A and 39. RGB value is (196,58,57). Sum of RGB (Red+Green+Blue) = 196+58+57=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43A39 is #3BC5C6. Grayscale: #636363. Windows color (decimal): -3917255 or 3750596. OLE color: 3750596.

HSL color Cylindrical-coordinate representation of color #C43A39: hue angle of 0.43º 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 #C43A39 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 58 57 -
CMYK 0 0.70 0.71 0.23
HSL 0.43º 0.55% 0.5% -
HSV(B) 0.43º 0.71% 0.77% -
XYZ 25.02 15.06 5.46 -
YUV 99.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 196 58 57 0 0.70 0.71 0.23 0.43 0.55 0.5
Hex C4 3A 39 0 46 47 17 0 37 32
Octal 304 72 71 0 106 107 27 0 67 62
Binary 11000100 111010 111001 0 1000110 1000111 10111 0 110111 110010

Color Harmonies of #C43A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A39

Black with #C43A39

Text Example


Text Example

White with #C43A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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