Html Css Color HEX #D0022C Fire Engine Red

📋 copy color: '#D0022C'

red 208 ◦ green 2 ◦ blue 44

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

Shades of Fire Engine Red #D0022C

Tints of Fire Engine Red #D0022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 44 (17.58% from 255) = 17.32%

R = 81.89%
G = 0.79%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0022C (or 0xD0022C) is known color: Fire Engine Red. HEX triplet: D0, 02 and 2C. RGB value is (208,2,44). Sum of RGB (Red+Green+Blue) = 208+2+44=254 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.89% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 208 - color contains mainly: red. Hex color #D0022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0022C is #2FFDD3. Grayscale: #444444. Windows color (decimal): -3145172 or 2884304. OLE color: 2884304.

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

Color convert

RGB 208 2 44 -
CMYK 0 0.99 0.79 0.18
HSL 347.77º 0.98% 0.41% -
HSV(B) 347.77º 0.99% 0.82% -
XYZ 26.49 13.64 3.62 -
YUV 68.38 114.25 227.58 -
System Red Green Blue C M Y K H S L
Decimal 208 2 44 0 0.99 0.79 0.18 347.77 0.98 0.41
Hex D0 2 2C 0 63 4F 12 15C 62 29
Octal 320 2 54 0 143 117 22 534 142 51
Binary 11010000 10 101100 0 1100011 1001111 10010 101011100 1100010 101001

Color Harmonies of #D0022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0022C

Black with #D0022C

Text Example


Text Example

White with #D0022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0022C; }

 p { color: rgb(208,2,44); }

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

background-color css

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

 a { background-color: rgb(208,2,44); }

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

border-color css

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

 span { border-color: rgb(208,2,44); }

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