Html Css Color HEX #C43E34 Persian Red

📋 copy color: '#C43E34'

red 196 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #C43E34

Tints of Persian Red #C43E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20%

 BLUE value IS 52 (20.7% from 255) = 16.77%

R = 63.23%
G = 20%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C43E34 (or 0xC43E34) is known color: Persian Red. HEX triplet: C4, 3E and 34. RGB value is (196,62,52). Sum of RGB (Red+Green+Blue) = 196+62+52=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E34 is #3BC1CB. Grayscale: #656565. Windows color (decimal): -3916236 or 3423940. OLE color: 3423940.

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

Color convert

RGB 196 62 52 -
CMYK 0 0.68 0.73 0.23
HSL 4.17º 0.58% 0.49% -
HSV(B) 4.17º 0.73% 0.77% -
XYZ 25.11 15.43 4.9 -
YUV 100.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 196 62 52 0 0.68 0.73 0.23 4.17 0.58 0.49
Hex C4 3E 34 0 44 49 17 4 3A 31
Octal 304 76 64 0 104 111 27 4 72 61
Binary 11000100 111110 110100 0 1000100 1001001 10111 100 111010 110001

Color Harmonies of #C43E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E34

Black with #C43E34

Text Example


Text Example

White with #C43E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E34; }

 p { color: rgb(196,62,52); }

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

background-color css

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

 a { background-color: rgb(196,62,52); }

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

border-color css

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

 span { border-color: rgb(196,62,52); }

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