Html Css Color HEX #D0121C Fire Engine Red

📋 copy color: '#D0121C'

red 208 ◦ green 18 ◦ blue 28

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

Shades of Fire Engine Red #D0121C

Tints of Fire Engine Red #D0121C

RGB

 RED value IS 208 (81.64% from 255) = 81.89%

 GREEN value IS 18 (7.42% from 255) = 7.09%

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 81.89%
G = 7.09%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0121C (or 0xD0121C) is known color: Fire Engine Red. HEX triplet: D0, 12 and 1C. RGB value is (208,18,28). Sum of RGB (Red+Green+Blue) = 208+18+28=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D0121C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0121C is #2FEDE3. Grayscale: #4C4C4C. Windows color (decimal): -3141092 or 1839824. OLE color: 1839824.

HSL color Cylindrical-coordinate representation of color #D0121C: hue angle of 356.84º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0121C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 28 -
CMYK 0 0.91 0.87 0.18
HSL 356.84º 0.84% 0.44% -
HSV(B) 356.84º 0.91% 0.82% -
XYZ 26.44 13.93 2.39 -
YUV 75.95 100.95 222.19 -
System Red Green Blue C M Y K H S L
Decimal 208 18 28 0 0.91 0.87 0.18 356.84 0.84 0.44
Hex D0 12 1C 0 5B 57 12 165 54 2C
Octal 320 22 34 0 133 127 22 545 124 54
Binary 11010000 10010 11100 0 1011011 1010111 10010 101100101 1010100 101100

Color Harmonies of #D0121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0121C

Black with #D0121C

Text Example


Text Example

White with #D0121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0121C; }

 p { color: rgb(208,18,28); }

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

background-color css

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

 a { background-color: rgb(208,18,28); }

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

border-color css

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

 span { border-color: rgb(208,18,28); }

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