Html Css Color HEX #C03227 Persian Red

📋 copy color: '#C03227'

red 192 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #C03227

Tints of Persian Red #C03227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.88%

R = 68.33%
G = 17.79%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03227 (or 0xC03227) is known color: Persian Red. HEX triplet: C0, 32 and 27. RGB value is (192,50,39). Sum of RGB (Red+Green+Blue) = 192+50+39=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03227 is #3FCDD8. Grayscale: #5B5B5B. Windows color (decimal): -4181465 or 2568896. OLE color: 2568896.

HSL color Cylindrical-coordinate representation of color #C03227: hue angle of 4.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C03227 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 39 -
CMYK 0 0.74 0.80 0.25
HSL 4.31º 0.66% 0.45% -
HSV(B) 4.31º 0.8% 0.75% -
XYZ 23.25 13.63 3.33 -
YUV 91.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 192 50 39 0 0.74 0.80 0.25 4.31 0.66 0.45
Hex C0 32 27 0 4A 50 19 4 42 2D
Octal 300 62 47 0 112 120 31 4 102 55
Binary 11000000 110010 100111 0 1001010 1010000 11001 100 1000010 101101

Color Harmonies of #C03227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03227

Black with #C03227

Text Example


Text Example

White with #C03227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03227; }

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

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

background-color css

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

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

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

border-color css

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

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

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