Html Css Color HEX #D0101C Fire Engine Red

📋 copy color: '#D0101C'

red 208 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #D0101C

Tints of Fire Engine Red #D0101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.35%

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

R = 82.54%
G = 6.35%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0101C (or 0xD0101C) is known color: Fire Engine Red. HEX triplet: D0, 10 and 1C. RGB value is (208,16,28). Sum of RGB (Red+Green+Blue) = 208+16+28=252 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.54% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 208 - color contains mainly: red. Hex color #D0101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0101C is #2FEFE3. Grayscale: #4A4A4A. Windows color (decimal): -3141604 or 1839312. OLE color: 1839312.

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

Color convert

RGB 208 16 28 -
CMYK 0 0.92 0.87 0.18
HSL 356.25º 0.86% 0.44% -
HSV(B) 356.25º 0.92% 0.82% -
XYZ 26.41 13.86 2.38 -
YUV 74.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 208 16 28 0 0.92 0.87 0.18 356.25 0.86 0.44
Hex D0 10 1C 0 5C 57 12 164 56 2C
Octal 320 20 34 0 134 127 22 544 126 54
Binary 11010000 10000 11100 0 1011100 1010111 10010 101100100 1010110 101100

Color Harmonies of #D0101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0101C

Black with #D0101C

Text Example


Text Example

White with #D0101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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