Html Css Color HEX #DD1028 Fire Engine Red

📋 copy color: '#DD1028'

red 221 ◦ green 16 ◦ blue 40

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

Shades of Fire Engine Red #DD1028

Tints of Fire Engine Red #DD1028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.44%

R = 79.78%
G = 5.78%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD1028 (or 0xDD1028) is known color: Fire Engine Red. HEX triplet: DD, 10 and 28. RGB value is (221,16,40). Sum of RGB (Red+Green+Blue) = 221+16+40=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1028 is #22EFD7. Grayscale: #505050. Windows color (decimal): -2289624 or 2625757. OLE color: 2625757.

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

Color convert

RGB 221 16 40 -
CMYK 0 0.93 0.82 0.13
HSL 352.98º 0.86% 0.46% -
HSV(B) 352.98º 0.93% 0.87% -
XYZ 30.39 15.9 3.47 -
YUV 80.03 105.42 228.55 -
System Red Green Blue C M Y K H S L
Decimal 221 16 40 0 0.93 0.82 0.13 352.98 0.86 0.46
Hex DD 10 28 0 5D 52 D 161 56 2E
Octal 335 20 50 0 135 122 15 541 126 56
Binary 11011101 10000 101000 0 1011101 1010010 1101 101100001 1010110 101110

Color Harmonies of #DD1028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1028

Black with #DD1028

Text Example


Text Example

White with #DD1028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1028; }

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

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

background-color css

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

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

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

border-color css

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

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

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