Html Css Color HEX #C01527 Fire Engine Red

📋 copy color: '#C01527'

red 192 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #C01527

Tints of Fire Engine Red #C01527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 76.19%
G = 8.33%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01527 (or 0xC01527) is known color: Fire Engine Red. HEX triplet: C0, 15 and 27. RGB value is (192,21,39). Sum of RGB (Red+Green+Blue) = 192+21+39=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C01527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01527 is #3FEAD8. Grayscale: #4A4A4A. Windows color (decimal): -4188889 or 2561472. OLE color: 2561472.

HSL color Cylindrical-coordinate representation of color #C01527: hue angle of 353.68º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01527 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 21 39 -
CMYK 0 0.89 0.80 0.25
HSL 353.68º 0.8% 0.42% -
HSV(B) 353.68º 0.89% 0.75% -
XYZ 22.37 11.89 3.04 -
YUV 74.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 192 21 39 0 0.89 0.80 0.25 353.68 0.8 0.42
Hex C0 15 27 0 59 50 19 162 50 2A
Octal 300 25 47 0 131 120 31 542 120 52
Binary 11000000 10101 100111 0 1011001 1010000 11001 101100010 1010000 101010

Color Harmonies of #C01527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01527

Black with #C01527

Text Example


Text Example

White with #C01527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01527; }

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

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

background-color css

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

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

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

border-color css

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

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

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