Html Css Color HEX #DD1023 Fire Engine Red

📋 copy color: '#DD1023'

red 221 ◦ green 16 ◦ blue 35

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

Shades of Fire Engine Red #DD1023

Tints of Fire Engine Red #DD1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 81.25%
G = 5.88%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD1023 (or 0xDD1023) is known color: Fire Engine Red. HEX triplet: DD, 10 and 23. RGB value is (221,16,35). Sum of RGB (Red+Green+Blue) = 221+16+35=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1023 is #22EFDC. Grayscale: #4F4F4F. Windows color (decimal): -2289629 or 2298077. OLE color: 2298077.

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

Color convert

RGB 221 16 35 -
CMYK 0 0.93 0.84 0.13
HSL 354.44º 0.86% 0.46% -
HSV(B) 354.44º 0.93% 0.87% -
XYZ 30.31 15.86 3.05 -
YUV 79.46 102.92 228.96 -
System Red Green Blue C M Y K H S L
Decimal 221 16 35 0 0.93 0.84 0.13 354.44 0.86 0.46
Hex DD 10 23 0 5D 54 D 162 56 2E
Octal 335 20 43 0 135 124 15 542 126 56
Binary 11011101 10000 100011 0 1011101 1010100 1101 101100010 1010110 101110

Color Harmonies of #DD1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1023

Black with #DD1023

Text Example


Text Example

White with #DD1023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1023; }

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

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

background-color css

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

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

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

border-color css

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

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

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