Html Css Color HEX #D01822 Fire Engine Red

📋 copy color: '#D01822'

red 208 ◦ green 24 ◦ blue 34

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

Shades of Fire Engine Red #D01822

Tints of Fire Engine Red #D01822

RGB

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

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

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

R = 78.2%
G = 9.02%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01822 (or 0xD01822) is known color: Fire Engine Red. HEX triplet: D0, 18 and 22. RGB value is (208,24,34). Sum of RGB (Red+Green+Blue) = 208+24+34=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D01822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01822 is #2FE7DD. Grayscale: #505050. Windows color (decimal): -3139550 or 2234576. OLE color: 2234576.

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

Color convert

RGB 208 24 34 -
CMYK 0 0.88 0.84 0.18
HSL 356.74º 0.79% 0.45% -
HSV(B) 356.74º 0.88% 0.82% -
XYZ 26.63 14.18 2.85 -
YUV 80.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 208 24 34 0 0.88 0.84 0.18 356.74 0.79 0.45
Hex D0 18 22 0 58 54 12 165 4F 2D
Octal 320 30 42 0 130 124 22 545 117 55
Binary 11010000 11000 100010 0 1011000 1010100 10010 101100101 1001111 101101

Color Harmonies of #D01822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01822

Black with #D01822

Text Example


Text Example

White with #D01822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01822; }

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

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

background-color css

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

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

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

border-color css

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

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

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