Html Css Color HEX #C0181D Fire Engine Red

📋 copy color: '#C0181D'

red 192 ◦ green 24 ◦ blue 29

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

Shades of Fire Engine Red #C0181D

Tints of Fire Engine Red #C0181D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 78.37%
G = 9.8%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0181D (or 0xC0181D) is known color: Fire Engine Red. HEX triplet: C0, 18 and 1D. RGB value is (192,24,29). Sum of RGB (Red+Green+Blue) = 192+24+29=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C0181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0181D is #3FE7E2. Grayscale: #4A4A4A. Windows color (decimal): -4188131 or 1906880. OLE color: 1906880.

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

Color convert

RGB 192 24 29 -
CMYK 0 0.88 0.85 0.25
HSL 358.21º 0.78% 0.42% -
HSV(B) 358.21º 0.88% 0.75% -
XYZ 22.29 11.95 2.29 -
YUV 74.8 102.16 211.59 -
System Red Green Blue C M Y K H S L
Decimal 192 24 29 0 0.88 0.85 0.25 358.21 0.78 0.42
Hex C0 18 1D 0 58 55 19 166 4E 2A
Octal 300 30 35 0 130 125 31 546 116 52
Binary 11000000 11000 11101 0 1011000 1010101 11001 101100110 1001110 101010

Color Harmonies of #C0181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0181D

Black with #C0181D

Text Example


Text Example

White with #C0181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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