Html Css Color HEX #DD0426 Fire Engine Red

📋 copy color: '#DD0426'

red 221 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #DD0426

Tints of Fire Engine Red #DD0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 84.03%
G = 1.52%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0426 (or 0xDD0426) is known color: Fire Engine Red. HEX triplet: DD, 04 and 26. RGB value is (221,4,38). Sum of RGB (Red+Green+Blue) = 221+4+38=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0426 is #22FBD9. Grayscale: #484848. Windows color (decimal): -2292698 or 2491613. OLE color: 2491613.

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

Color convert

RGB 221 4 38 -
CMYK 0 0.98 0.83 0.13
HSL 350.6º 0.96% 0.44% -
HSV(B) 350.6º 0.98% 0.87% -
XYZ 30.21 15.6 3.25 -
YUV 72.76 108.39 233.74 -
System Red Green Blue C M Y K H S L
Decimal 221 4 38 0 0.98 0.83 0.13 350.6 0.96 0.44
Hex DD 4 26 0 62 53 D 15F 60 2C
Octal 335 4 46 0 142 123 15 537 140 54
Binary 11011101 100 100110 0 1100010 1010011 1101 101011111 1100000 101100

Color Harmonies of #DD0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0426

Black with #DD0426

Text Example


Text Example

White with #DD0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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