Html Css Color HEX #C43E37 Persian Red

📋 copy color: '#C43E37'

red 196 ◦ green 62 ◦ blue 55

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

Shades of Persian Red #C43E37

Tints of Persian Red #C43E37

RGB

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

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

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

R = 62.62%
G = 19.81%
B = 17.57%

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

#C43E37 (or 0xC43E37) is known color: Persian Red. HEX triplet: C4, 3E and 37. RGB value is (196,62,55). Sum of RGB (Red+Green+Blue) = 196+62+55=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E37 is #3BC1C8. Grayscale: #656565. Windows color (decimal): -3916233 or 3620548. OLE color: 3620548.

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

Color convert

RGB 196 62 55 -
CMYK 0 0.68 0.72 0.23
HSL 2.98º 0.56% 0.49% -
HSV(B) 2.98º 0.72% 0.77% -
XYZ 25.18 15.46 5.27 -
YUV 101.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 196 62 55 0 0.68 0.72 0.23 2.98 0.56 0.49
Hex C4 3E 37 0 44 48 17 3 38 31
Octal 304 76 67 0 104 110 27 3 70 61
Binary 11000100 111110 110111 0 1000100 1001000 10111 11 111000 110001

Color Harmonies of #C43E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E37

Black with #C43E37

Text Example


Text Example

White with #C43E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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