Html Css Color HEX #D0121E Fire Engine Red

📋 copy color: '#D0121E'

red 208 ◦ green 18 ◦ blue 30

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

Shades of Fire Engine Red #D0121E

Tints of Fire Engine Red #D0121E

RGB

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

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

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

R = 81.25%
G = 7.03%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0121E (or 0xD0121E) is known color: Fire Engine Red. HEX triplet: D0, 12 and 1E. RGB value is (208,18,30). Sum of RGB (Red+Green+Blue) = 208+18+30=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0121E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0121E is #2FEDE1. Grayscale: #4C4C4C. Windows color (decimal): -3141090 or 1970896. OLE color: 1970896.

HSL color Cylindrical-coordinate representation of color #D0121E: hue angle of 356.21º 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 #D0121E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 30 -
CMYK 0 0.91 0.86 0.18
HSL 356.21º 0.84% 0.44% -
HSV(B) 356.21º 0.91% 0.82% -
XYZ 26.46 13.94 2.52 -
YUV 76.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 208 18 30 0 0.91 0.86 0.18 356.21 0.84 0.44
Hex D0 12 1E 0 5B 56 12 164 54 2C
Octal 320 22 36 0 133 126 22 544 124 54
Binary 11010000 10010 11110 0 1011011 1010110 10010 101100100 1010100 101100

Color Harmonies of #D0121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0121E

Black with #D0121E

Text Example


Text Example

White with #D0121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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