Html Css Color HEX #DD0923 Fire Engine Red

📋 copy color: '#DD0923'

red 221 ◦ green 9 ◦ blue 35

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

Shades of Fire Engine Red #DD0923

Tints of Fire Engine Red #DD0923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 83.4%
G = 3.4%
B = 13.21%

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

#DD0923 (or 0xDD0923) is known color: Fire Engine Red. HEX triplet: DD, 09 and 23. RGB value is (221,9,35). Sum of RGB (Red+Green+Blue) = 221+9+35=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0923 is #22F6DC. Grayscale: #4B4B4B. Windows color (decimal): -2291421 or 2296285. OLE color: 2296285.

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

Color convert

RGB 221 9 35 -
CMYK 0 0.96 0.84 0.13
HSL 352.64º 0.92% 0.45% -
HSV(B) 352.64º 0.96% 0.87% -
XYZ 30.22 15.69 3.03 -
YUV 75.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 221 9 35 0 0.96 0.84 0.13 352.64 0.92 0.45
Hex DD 9 23 0 60 54 D 161 5C 2D
Octal 335 11 43 0 140 124 15 541 134 55
Binary 11011101 1001 100011 0 1100000 1010100 1101 101100001 1011100 101101

Color Harmonies of #DD0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0923

Black with #DD0923

Text Example


Text Example

White with #DD0923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0923; }

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

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

background-color css

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

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

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

border-color css

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

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

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