Html Css Color HEX #DD0226 Fire Engine Red

📋 copy color: '#DD0226'

red 221 ◦ green 2 ◦ blue 38

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

Shades of Fire Engine Red #DD0226

Tints of Fire Engine Red #DD0226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 84.67%
G = 0.77%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0226 (or 0xDD0226) is known color: Fire Engine Red. HEX triplet: DD, 02 and 26. RGB value is (221,2,38). Sum of RGB (Red+Green+Blue) = 221+2+38=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0226 is #22FDD9. Grayscale: #474747. Windows color (decimal): -2293210 or 2491101. OLE color: 2491101.

HSL color Cylindrical-coordinate representation of color #DD0226: hue angle of 350.14º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0226 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 2 38 -
CMYK 0 0.99 0.83 0.13
HSL 350.14º 0.98% 0.44% -
HSV(B) 350.14º 0.99% 0.87% -
XYZ 30.19 15.56 3.25 -
YUV 71.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 221 2 38 0 0.99 0.83 0.13 350.14 0.98 0.44
Hex DD 2 26 0 63 53 D 15E 62 2C
Octal 335 2 46 0 143 123 15 536 142 54
Binary 11011101 10 100110 0 1100011 1010011 1101 101011110 1100010 101100

Color Harmonies of #DD0226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0226

Black with #DD0226

Text Example


Text Example

White with #DD0226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0226; }

 p { color: rgb(221,2,38); }

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

background-color css

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

 a { background-color: rgb(221,2,38); }

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

border-color css

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

 span { border-color: rgb(221,2,38); }

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