Html Css Color HEX #C43232 Persian Red

📋 copy color: '#C43232'

red 196 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #C43232

Tints of Persian Red #C43232

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 66.22%
G = 16.89%
B = 16.89%

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

#C43232 (or 0xC43232) is known color: Persian Red. HEX triplet: C4, 32 and 32. RGB value is (196,50,50). Sum of RGB (Red+Green+Blue) = 196+50+50=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C43232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43232 is #3BCDCD. Grayscale: #5D5D5D. Windows color (decimal): -3919310 or 3289796. OLE color: 3289796.

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

Color convert

RGB 196 50 50 -
CMYK 0 0.74 0.74 0.23
HSL 0.59% 0.48% -
HSV(B) 0.74% 0.77% -
XYZ 24.48 14.25 4.48 -
YUV 93.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 196 50 50 0 0.74 0.74 0.23 0 0.59 0.48
Hex C4 32 32 0 4A 4A 17 0 3B 30
Octal 304 62 62 0 112 112 27 0 73 60
Binary 11000100 110010 110010 0 1001010 1001010 10111 0 111011 110000

Color Harmonies of #C43232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43232

Black with #C43232

Text Example


Text Example

White with #C43232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43232; }

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

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

background-color css

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

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

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

border-color css

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

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

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