Html Css Color HEX #C43229 Persian Red

📋 copy color: '#C43229'

red 196 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #C43229

Tints of Persian Red #C43229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.29%

R = 68.29%
G = 17.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C43229 (or 0xC43229) is known color: Persian Red. HEX triplet: C4, 32 and 29. RGB value is (196,50,41). Sum of RGB (Red+Green+Blue) = 196+50+41=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C43229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43229 is #3BCDD6. Grayscale: #5C5C5C. Windows color (decimal): -3919319 or 2699972. OLE color: 2699972.

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

Color convert

RGB 196 50 41 -
CMYK 0 0.74 0.79 0.23
HSL 3.48º 0.65% 0.46% -
HSV(B) 3.48º 0.79% 0.77% -
XYZ 24.31 14.18 3.55 -
YUV 92.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 196 50 41 0 0.74 0.79 0.23 3.48 0.65 0.46
Hex C4 32 29 0 4A 4F 17 3 41 2E
Octal 304 62 51 0 112 117 27 3 101 56
Binary 11000100 110010 101001 0 1001010 1001111 10111 11 1000001 101110

Color Harmonies of #C43229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43229

Black with #C43229

Text Example


Text Example

White with #C43229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43229; }

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

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

background-color css

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

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

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

border-color css

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

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

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