Html Css Color HEX #C01A1E Fire Engine Red

📋 copy color: '#C01A1E'

red 192 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #C01A1E

Tints of Fire Engine Red #C01A1E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 30 (12.11% from 255) = 12.1%

R = 77.42%
G = 10.48%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C01A1E (or 0xC01A1E) is known color: Fire Engine Red. HEX triplet: C0, 1A and 1E. RGB value is (192,26,30). Sum of RGB (Red+Green+Blue) = 192+26+30=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A1E is #3FE5E1. Grayscale: #4C4C4C. Windows color (decimal): -4187618 or 1972928. OLE color: 1972928.

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

Color convert

RGB 192 26 30 -
CMYK 0 0.86 0.84 0.25
HSL 358.55º 0.76% 0.43% -
HSV(B) 358.55º 0.86% 0.75% -
XYZ 22.34 12.04 2.37 -
YUV 76.09 102 210.67 -
System Red Green Blue C M Y K H S L
Decimal 192 26 30 0 0.86 0.84 0.25 358.55 0.76 0.43
Hex C0 1A 1E 0 56 54 19 167 4C 2B
Octal 300 32 36 0 126 124 31 547 114 53
Binary 11000000 11010 11110 0 1010110 1010100 11001 101100111 1001100 101011

Color Harmonies of #C01A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A1E

Black with #C01A1E

Text Example


Text Example

White with #C01A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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