Html Css Color HEX #C03927 Persian Red

📋 copy color: '#C03927'

red 192 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #C03927

Tints of Persian Red #C03927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.79%

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

R = 66.67%
G = 19.79%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03927 (or 0xC03927) is known color: Persian Red. HEX triplet: C0, 39 and 27. RGB value is (192,57,39). Sum of RGB (Red+Green+Blue) = 192+57+39=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C03927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03927 is #3FC6D8. Grayscale: #5F5F5F. Windows color (decimal): -4179673 or 2570688. OLE color: 2570688.

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

Color convert

RGB 192 57 39 -
CMYK 0 0.70 0.80 0.25
HSL 7.06º 0.66% 0.45% -
HSV(B) 7.06º 0.8% 0.75% -
XYZ 23.57 14.28 3.43 -
YUV 95.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 192 57 39 0 0.70 0.80 0.25 7.06 0.66 0.45
Hex C0 39 27 0 46 50 19 7 42 2D
Octal 300 71 47 0 106 120 31 7 102 55
Binary 11000000 111001 100111 0 1000110 1010000 11001 111 1000010 101101

Color Harmonies of #C03927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03927

Black with #C03927

Text Example


Text Example

White with #C03927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03927; }

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

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

background-color css

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

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

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

border-color css

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

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

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