Html Css Color HEX #C01E27 Fire Engine Red

📋 copy color: '#C01E27'

red 192 ◦ green 30 ◦ blue 39

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

Shades of Fire Engine Red #C01E27

Tints of Fire Engine Red #C01E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.49%

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

R = 73.56%
G = 11.49%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C01E27 (or 0xC01E27) is known color: Fire Engine Red. HEX triplet: C0, 1E and 27. RGB value is (192,30,39). Sum of RGB (Red+Green+Blue) = 192+30+39=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E27 is #3FE1D8. Grayscale: #4F4F4F. Windows color (decimal): -4186585 or 2563776. OLE color: 2563776.

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

Color convert

RGB 192 30 39 -
CMYK 0 0.84 0.80 0.25
HSL 356.67º 0.73% 0.44% -
HSV(B) 356.67º 0.84% 0.75% -
XYZ 22.57 12.28 3.1 -
YUV 79.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 192 30 39 0 0.84 0.80 0.25 356.67 0.73 0.44
Hex C0 1E 27 0 54 50 19 165 49 2C
Octal 300 36 47 0 124 120 31 545 111 54
Binary 11000000 11110 100111 0 1010100 1010000 11001 101100101 1001001 101100

Color Harmonies of #C01E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E27

Black with #C01E27

Text Example


Text Example

White with #C01E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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