Html Css Color HEX #C0181A Fire Engine Red

📋 copy color: '#C0181A'

red 192 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #C0181A

Tints of Fire Engine Red #C0181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 26 (10.55% from 255) = 10.74%

R = 79.34%
G = 9.92%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C0181A (or 0xC0181A) is known color: Fire Engine Red. HEX triplet: C0, 18 and 1A. RGB value is (192,24,26). Sum of RGB (Red+Green+Blue) = 192+24+26=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0181A is #3FE7E5. Grayscale: #4A4A4A. Windows color (decimal): -4188134 or 1710272. OLE color: 1710272.

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

Color convert

RGB 192 24 26 -
CMYK 0 0.88 0.86 0.25
HSL 359.29º 0.78% 0.42% -
HSV(B) 359.29º 0.88% 0.75% -
XYZ 22.25 11.93 2.11 -
YUV 74.46 100.66 211.84 -
System Red Green Blue C M Y K H S L
Decimal 192 24 26 0 0.88 0.86 0.25 359.29 0.78 0.42
Hex C0 18 1A 0 58 56 19 167 4E 2A
Octal 300 30 32 0 130 126 31 547 116 52
Binary 11000000 11000 11010 0 1011000 1010110 11001 101100111 1001110 101010

Color Harmonies of #C0181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0181A

Black with #C0181A

Text Example


Text Example

White with #C0181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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