Html Css Color HEX #C03229 Persian Red

📋 copy color: '#C03229'

red 192 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #C03229

Tints of Persian Red #C03229

RGB

 RED value IS 192 (75.39% from 255) = 67.84%

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

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

R = 67.84%
G = 17.67%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03229 (or 0xC03229) is known color: Persian Red. HEX triplet: C0, 32 and 29. RGB value is (192,50,41). Sum of RGB (Red+Green+Blue) = 192+50+41=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03229 is #3FCDD6. Grayscale: #5B5B5B. Windows color (decimal): -4181463 or 2699968. OLE color: 2699968.

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

Color convert

RGB 192 50 41 -
CMYK 0 0.74 0.79 0.25
HSL 3.58º 0.65% 0.46% -
HSV(B) 3.58º 0.79% 0.75% -
XYZ 23.28 13.65 3.51 -
YUV 91.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 192 50 41 0 0.74 0.79 0.25 3.58 0.65 0.46
Hex C0 32 29 0 4A 4F 19 4 41 2E
Octal 300 62 51 0 112 117 31 4 101 56
Binary 11000000 110010 101001 0 1001010 1001111 11001 100 1000001 101110

Color Harmonies of #C03229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03229

Black with #C03229

Text Example


Text Example

White with #C03229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03229; }

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

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

background-color css

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

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

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

border-color css

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

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

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