Html Css Color HEX #DD1022 Fire Engine Red

📋 copy color: '#DD1022'

red 221 ◦ green 16 ◦ blue 34

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

Shades of Fire Engine Red #DD1022

Tints of Fire Engine Red #DD1022

RGB

 RED value IS 221 (86.72% from 255) = 81.55%

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

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

R = 81.55%
G = 5.9%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD1022 (or 0xDD1022) is known color: Fire Engine Red. HEX triplet: DD, 10 and 22. RGB value is (221,16,34). Sum of RGB (Red+Green+Blue) = 221+16+34=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1022 is #22EFDD. Grayscale: #4F4F4F. Windows color (decimal): -2289630 or 2232541. OLE color: 2232541.

HSL color Cylindrical-coordinate representation of color #DD1022: hue angle of 354.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1022 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 34 -
CMYK 0 0.93 0.85 0.13
HSL 354.73º 0.86% 0.46% -
HSV(B) 354.73º 0.93% 0.87% -
XYZ 30.29 15.86 2.98 -
YUV 79.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 221 16 34 0 0.93 0.85 0.13 354.73 0.86 0.46
Hex DD 10 22 0 5D 55 D 163 56 2E
Octal 335 20 42 0 135 125 15 543 126 56
Binary 11011101 10000 100010 0 1011101 1010101 1101 101100011 1010110 101110

Color Harmonies of #DD1022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1022

Black with #DD1022

Text Example


Text Example

White with #DD1022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1022; }

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

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

background-color css

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

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

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

border-color css

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

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

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