Html Css Color HEX #D01322 Fire Engine Red

📋 copy color: '#D01322'

red 208 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #D01322

Tints of Fire Engine Red #D01322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 79.69%
G = 7.28%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D01322 (or 0xD01322) is known color: Fire Engine Red. HEX triplet: D0, 13 and 22. RGB value is (208,19,34). Sum of RGB (Red+Green+Blue) = 208+19+34=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D01322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01322 is #2FECDD. Grayscale: #4D4D4D. Windows color (decimal): -3140830 or 2233296. OLE color: 2233296.

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

Color convert

RGB 208 19 34 -
CMYK 0 0.91 0.84 0.18
HSL 355.24º 0.83% 0.45% -
HSV(B) 355.24º 0.91% 0.82% -
XYZ 26.53 13.99 2.82 -
YUV 77.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 208 19 34 0 0.91 0.84 0.18 355.24 0.83 0.45
Hex D0 13 22 0 5B 54 12 163 53 2D
Octal 320 23 42 0 133 124 22 543 123 55
Binary 11010000 10011 100010 0 1011011 1010100 10010 101100011 1010011 101101

Color Harmonies of #D01322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01322

Black with #D01322

Text Example


Text Example

White with #D01322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01322; }

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

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

background-color css

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

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

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

border-color css

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

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

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