Html Css Color HEX #C03127 Persian Red

📋 copy color: '#C03127'

red 192 ◦ green 49 ◦ blue 39

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

Shades of Persian Red #C03127

Tints of Persian Red #C03127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 68.57%
G = 17.5%
B = 13.93%

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

#C03127 (or 0xC03127) is known color: Persian Red. HEX triplet: C0, 31 and 27. RGB value is (192,49,39). Sum of RGB (Red+Green+Blue) = 192+49+39=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03127 is #3FCED8. Grayscale: #5A5A5A. Windows color (decimal): -4181721 or 2568640. OLE color: 2568640.

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

Color convert

RGB 192 49 39 -
CMYK 0 0.74 0.80 0.25
HSL 3.92º 0.66% 0.45% -
HSV(B) 3.92º 0.8% 0.75% -
XYZ 23.2 13.55 3.31 -
YUV 90.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 192 49 39 0 0.74 0.80 0.25 3.92 0.66 0.45
Hex C0 31 27 0 4A 50 19 4 42 2D
Octal 300 61 47 0 112 120 31 4 102 55
Binary 11000000 110001 100111 0 1001010 1010000 11001 100 1000010 101101

Color Harmonies of #C03127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03127

Black with #C03127

Text Example


Text Example

White with #C03127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03127; }

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

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

background-color css

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

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

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

border-color css

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

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

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