Html Css Color HEX #DD0823 Fire Engine Red

📋 copy color: '#DD0823'

red 221 ◦ green 8 ◦ blue 35

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

Shades of Fire Engine Red #DD0823

Tints of Fire Engine Red #DD0823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.26%

R = 83.71%
G = 3.03%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0823 (or 0xDD0823) is known color: Fire Engine Red. HEX triplet: DD, 08 and 23. RGB value is (221,8,35). Sum of RGB (Red+Green+Blue) = 221+8+35=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 35 (14.06% from 255 or 13.26% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0823 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0823 is #22F7DC. Grayscale: #4A4A4A. Windows color (decimal): -2291677 or 2296029. OLE color: 2296029.

HSL color Cylindrical-coordinate representation of color #DD0823: hue angle of 352.39º 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 #DD0823 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 8 35 -
CMYK 0 0.96 0.84 0.13
HSL 352.39º 0.93% 0.45% -
HSV(B) 352.39º 0.96% 0.87% -
XYZ 30.21 15.67 3.02 -
YUV 74.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 221 8 35 0 0.96 0.84 0.13 352.39 0.93 0.45
Hex DD 8 23 0 60 54 D 160 5D 2D
Octal 335 10 43 0 140 124 15 540 135 55
Binary 11011101 1000 100011 0 1100000 1010100 1101 101100000 1011101 101101

Color Harmonies of #DD0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0823

Black with #DD0823

Text Example


Text Example

White with #DD0823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0823; }

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

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

background-color css

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

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

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

border-color css

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

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

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