Html Css Color HEX #C43332 Persian Red

📋 copy color: '#C43332'

red 196 ◦ green 51 ◦ blue 50

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

Shades of Persian Red #C43332

Tints of Persian Red #C43332

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

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

R = 65.99%
G = 17.17%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C43332 (or 0xC43332) is known color: Persian Red. HEX triplet: C4, 33 and 32. RGB value is (196,51,50). Sum of RGB (Red+Green+Blue) = 196+51+50=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C43332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43332 is #3BCCCD. Grayscale: #5E5E5E. Windows color (decimal): -3919054 or 3290052. OLE color: 3290052.

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

Color convert

RGB 196 51 50 -
CMYK 0 0.74 0.74 0.23
HSL 0.41º 0.59% 0.48% -
HSV(B) 0.41º 0.74% 0.77% -
XYZ 24.52 14.33 4.49 -
YUV 94.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 196 51 50 0 0.74 0.74 0.23 0.41 0.59 0.48
Hex C4 33 32 0 4A 4A 17 0 3B 30
Octal 304 63 62 0 112 112 27 0 73 60
Binary 11000100 110011 110010 0 1001010 1001010 10111 0 111011 110000

Color Harmonies of #C43332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43332

Black with #C43332

Text Example


Text Example

White with #C43332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43332; }

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

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

background-color css

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

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

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

border-color css

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

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

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