Html Css Color HEX #DD1029 Fire Engine Red

📋 copy color: '#DD1029'

red 221 ◦ green 16 ◦ blue 41

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

Shades of Fire Engine Red #DD1029

Tints of Fire Engine Red #DD1029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 79.5%
G = 5.76%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DD1029 (or 0xDD1029) is known color: Fire Engine Red. HEX triplet: DD, 10 and 29. RGB value is (221,16,41). Sum of RGB (Red+Green+Blue) = 221+16+41=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1029 is #22EFD6. Grayscale: #505050. Windows color (decimal): -2289623 or 2691293. OLE color: 2691293.

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

Color convert

RGB 221 16 41 -
CMYK 0 0.93 0.81 0.13
HSL 352.68º 0.86% 0.46% -
HSV(B) 352.68º 0.93% 0.87% -
XYZ 30.4 15.9 3.56 -
YUV 80.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 221 16 41 0 0.93 0.81 0.13 352.68 0.86 0.46
Hex DD 10 29 0 5D 51 D 161 56 2E
Octal 335 20 51 0 135 121 15 541 126 56
Binary 11011101 10000 101001 0 1011101 1010001 1101 101100001 1010110 101110

Color Harmonies of #DD1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1029

Black with #DD1029

Text Example


Text Example

White with #DD1029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1029; }

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

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

background-color css

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

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

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

border-color css

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

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

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