Html Css Color HEX #C03C28 Persian Red

📋 copy color: '#C03C28'

red 192 ◦ green 60 ◦ blue 40

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

Shades of Persian Red #C03C28

Tints of Persian Red #C03C28

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.55%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 65.75%
G = 20.55%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03C28 (or 0xC03C28) is known color: Persian Red. HEX triplet: C0, 3C and 28. RGB value is (192,60,40). Sum of RGB (Red+Green+Blue) = 192+60+40=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C28 is #3FC3D7. Grayscale: #616161. Windows color (decimal): -4178904 or 2636992. OLE color: 2636992.

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

Color convert

RGB 192 60 40 -
CMYK 0 0.69 0.79 0.25
HSL 7.89º 0.66% 0.45% -
HSV(B) 7.89º 0.79% 0.75% -
XYZ 23.74 14.59 3.57 -
YUV 97.19 95.73 195.63 -
System Red Green Blue C M Y K H S L
Decimal 192 60 40 0 0.69 0.79 0.25 7.89 0.66 0.45
Hex C0 3C 28 0 45 4F 19 8 42 2D
Octal 300 74 50 0 105 117 31 10 102 55
Binary 11000000 111100 101000 0 1000101 1001111 11001 1000 1000010 101101

Color Harmonies of #C03C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C28

Black with #C03C28

Text Example


Text Example

White with #C03C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C28; }

 p { color: rgb(192,60,40); }

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

background-color css

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

 a { background-color: rgb(192,60,40); }

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

border-color css

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

 span { border-color: rgb(192,60,40); }

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