Html Css Color HEX #C03C27 Persian Red

📋 copy color: '#C03C27'

red 192 ◦ green 60 ◦ blue 39

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

Shades of Persian Red #C03C27

Tints of Persian Red #C03C27

RGB

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

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

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

R = 65.98%
G = 20.62%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03C27 (or 0xC03C27) is known color: Persian Red. HEX triplet: C0, 3C and 27. RGB value is (192,60,39). Sum of RGB (Red+Green+Blue) = 192+60+39=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C27 is #3FC3D8. Grayscale: #616161. Windows color (decimal): -4178905 or 2571456. OLE color: 2571456.

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

Color convert

RGB 192 60 39 -
CMYK 0 0.69 0.80 0.25
HSL 8.24º 0.66% 0.45% -
HSV(B) 8.24º 0.8% 0.75% -
XYZ 23.72 14.58 3.48 -
YUV 97.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 192 60 39 0 0.69 0.80 0.25 8.24 0.66 0.45
Hex C0 3C 27 0 45 50 19 8 42 2D
Octal 300 74 47 0 105 120 31 10 102 55
Binary 11000000 111100 100111 0 1000101 1010000 11001 1000 1000010 101101

Color Harmonies of #C03C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C27

Black with #C03C27

Text Example


Text Example

White with #C03C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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