Html Css Color HEX #DD0826 Fire Engine Red

📋 copy color: '#DD0826'

red 221 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #DD0826

Tints of Fire Engine Red #DD0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

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

R = 82.77%
G = 3%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0826 (or 0xDD0826) is known color: Fire Engine Red. HEX triplet: DD, 08 and 26. RGB value is (221,8,38). Sum of RGB (Red+Green+Blue) = 221+8+38=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0826 is #22F7D9. Grayscale: #4B4B4B. Windows color (decimal): -2291674 or 2492637. OLE color: 2492637.

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

Color convert

RGB 221 8 38 -
CMYK 0 0.96 0.83 0.13
HSL 351.55º 0.93% 0.45% -
HSV(B) 351.55º 0.96% 0.87% -
XYZ 30.26 15.69 3.27 -
YUV 75.11 107.07 232.06 -
System Red Green Blue C M Y K H S L
Decimal 221 8 38 0 0.96 0.83 0.13 351.55 0.93 0.45
Hex DD 8 26 0 60 53 D 160 5D 2D
Octal 335 10 46 0 140 123 15 540 135 55
Binary 11011101 1000 100110 0 1100000 1010011 1101 101100000 1011101 101101

Color Harmonies of #DD0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0826

Black with #DD0826

Text Example


Text Example

White with #DD0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0826; }

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

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

background-color css

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

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

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

border-color css

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

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

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