Html Css Color HEX #C43E32 Persian Red

📋 copy color: '#C43E32'

red 196 ◦ green 62 ◦ blue 50

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

Shades of Persian Red #C43E32

Tints of Persian Red #C43E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 63.64%
G = 20.13%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43E32 (or 0xC43E32) is known color: Persian Red. HEX triplet: C4, 3E and 32. RGB value is (196,62,50). Sum of RGB (Red+Green+Blue) = 196+62+50=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43E32 is #3BC1CD. Grayscale: #646464. Windows color (decimal): -3916238 or 3292868. OLE color: 3292868.

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

Color convert

RGB 196 62 50 -
CMYK 0 0.68 0.74 0.23
HSL 4.93º 0.59% 0.48% -
HSV(B) 4.93º 0.74% 0.77% -
XYZ 25.06 15.41 4.67 -
YUV 100.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 196 62 50 0 0.68 0.74 0.23 4.93 0.59 0.48
Hex C4 3E 32 0 44 4A 17 5 3B 30
Octal 304 76 62 0 104 112 27 5 73 60
Binary 11000100 111110 110010 0 1000100 1001010 10111 101 111011 110000

Color Harmonies of #C43E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E32

Black with #C43E32

Text Example


Text Example

White with #C43E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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