Html Css Color HEX #D01421 Fire Engine Red

📋 copy color: '#D01421'

red 208 ◦ green 20 ◦ blue 33

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

Shades of Fire Engine Red #D01421

Tints of Fire Engine Red #D01421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

 BLUE value IS 33 (13.28% from 255) = 12.64%

R = 79.69%
G = 7.66%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01421 (or 0xD01421) is known color: Fire Engine Red. HEX triplet: D0, 14 and 21. RGB value is (208,20,33). Sum of RGB (Red+Green+Blue) = 208+20+33=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01421 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01421 is #2FEBDE. Grayscale: #4D4D4D. Windows color (decimal): -3140575 or 2168016. OLE color: 2168016.

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

Color convert

RGB 208 20 33 -
CMYK 0 0.90 0.84 0.18
HSL 355.85º 0.82% 0.45% -
HSV(B) 355.85º 0.9% 0.82% -
XYZ 26.54 14.02 2.75 -
YUV 77.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 208 20 33 0 0.90 0.84 0.18 355.85 0.82 0.45
Hex D0 14 21 0 5A 54 12 164 52 2D
Octal 320 24 41 0 132 124 22 544 122 55
Binary 11010000 10100 100001 0 1011010 1010100 10010 101100100 1010010 101101

Color Harmonies of #D01421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01421

Black with #D01421

Text Example


Text Example

White with #D01421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01421; }

 p { color: rgb(208,20,33); }

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

background-color css

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

 a { background-color: rgb(208,20,33); }

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

border-color css

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

 span { border-color: rgb(208,20,33); }

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