Html Css Color HEX #C03627 Persian Red

📋 copy color: '#C03627'

red 192 ◦ green 54 ◦ blue 39

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

Shades of Persian Red #C03627

Tints of Persian Red #C03627

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.95%

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

R = 67.37%
G = 18.95%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03627 (or 0xC03627) is known color: Persian Red. HEX triplet: C0, 36 and 27. RGB value is (192,54,39). Sum of RGB (Red+Green+Blue) = 192+54+39=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C03627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03627 is #3FC9D8. Grayscale: #5D5D5D. Windows color (decimal): -4180441 or 2569920. OLE color: 2569920.

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

Color convert

RGB 192 54 39 -
CMYK 0 0.72 0.80 0.25
HSL 5.88º 0.66% 0.45% -
HSV(B) 5.88º 0.8% 0.75% -
XYZ 23.42 13.99 3.39 -
YUV 93.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 192 54 39 0 0.72 0.80 0.25 5.88 0.66 0.45
Hex C0 36 27 0 48 50 19 6 42 2D
Octal 300 66 47 0 110 120 31 6 102 55
Binary 11000000 110110 100111 0 1001000 1010000 11001 110 1000010 101101

Color Harmonies of #C03627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03627

Black with #C03627

Text Example


Text Example

White with #C03627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03627; }

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

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

background-color css

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

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

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

border-color css

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

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

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