Html Css Color HEX #C03226 Persian Red

📋 copy color: '#C03226'

red 192 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #C03226

Tints of Persian Red #C03226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.57%

R = 68.57%
G = 17.86%
B = 13.57%

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

#C03226 (or 0xC03226) is known color: Persian Red. HEX triplet: C0, 32 and 26. RGB value is (192,50,38). Sum of RGB (Red+Green+Blue) = 192+50+38=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03226 is #3FCDD9. Grayscale: #5B5B5B. Windows color (decimal): -4181466 or 2503360. OLE color: 2503360.

HSL color Cylindrical-coordinate representation of color #C03226: hue angle of 4.68º degrees, saturation: 0.67, 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 #C03226 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 38 -
CMYK 0 0.74 0.80 0.25
HSL 4.68º 0.67% 0.45% -
HSV(B) 4.68º 0.8% 0.75% -
XYZ 23.23 13.63 3.24 -
YUV 91.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 192 50 38 0 0.74 0.80 0.25 4.68 0.67 0.45
Hex C0 32 26 0 4A 50 19 5 43 2D
Octal 300 62 46 0 112 120 31 5 103 55
Binary 11000000 110010 100110 0 1001010 1010000 11001 101 1000011 101101

Color Harmonies of #C03226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03226

Black with #C03226

Text Example


Text Example

White with #C03226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03226; }

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

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

background-color css

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

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

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

border-color css

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

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

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