Html Css Color HEX #D01022 Fire Engine Red

📋 copy color: '#D01022'

red 208 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #D01022

Tints of Fire Engine Red #D01022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.18%

R = 80.62%
G = 6.2%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01022 (or 0xD01022) is known color: Fire Engine Red. HEX triplet: D0, 10 and 22. RGB value is (208,16,34). Sum of RGB (Red+Green+Blue) = 208+16+34=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D01022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01022 is #2FEFDD. Grayscale: #4B4B4B. Windows color (decimal): -3141598 or 2232528. OLE color: 2232528.

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

Color convert

RGB 208 16 34 -
CMYK 0 0.92 0.84 0.18
HSL 354.38º 0.86% 0.44% -
HSV(B) 354.38º 0.92% 0.82% -
XYZ 26.49 13.9 2.8 -
YUV 75.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 208 16 34 0 0.92 0.84 0.18 354.38 0.86 0.44
Hex D0 10 22 0 5C 54 12 162 56 2C
Octal 320 20 42 0 134 124 22 542 126 54
Binary 11010000 10000 100010 0 1011100 1010100 10010 101100010 1010110 101100

Color Harmonies of #D01022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01022

Black with #D01022

Text Example


Text Example

White with #D01022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01022; }

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

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

background-color css

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

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

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

border-color css

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

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

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