Html Css Color HEX #DD0D27 Fire Engine Red

📋 copy color: '#DD0D27'

red 221 ◦ green 13 ◦ blue 39

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

Shades of Fire Engine Red #DD0D27

Tints of Fire Engine Red #DD0D27

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 80.95%
G = 4.76%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0D27 (or 0xDD0D27) is known color: Fire Engine Red. HEX triplet: DD, 0D and 27. RGB value is (221,13,39). Sum of RGB (Red+Green+Blue) = 221+13+39=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D27 is #22F2D8. Grayscale: #4E4E4E. Windows color (decimal): -2290393 or 2559453. OLE color: 2559453.

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

Color convert

RGB 221 13 39 -
CMYK 0 0.94 0.82 0.13
HSL 352.5º 0.89% 0.46% -
HSV(B) 352.5º 0.94% 0.87% -
XYZ 30.33 15.81 3.37 -
YUV 78.16 105.91 229.89 -
System Red Green Blue C M Y K H S L
Decimal 221 13 39 0 0.94 0.82 0.13 352.5 0.89 0.46
Hex DD D 27 0 5E 52 D 160 59 2E
Octal 335 15 47 0 136 122 15 540 131 56
Binary 11011101 1101 100111 0 1011110 1010010 1101 101100000 1011001 101110

Color Harmonies of #DD0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D27

Black with #DD0D27

Text Example


Text Example

White with #DD0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D27; }

 p { color: rgb(221,13,39); }

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

background-color css

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

 a { background-color: rgb(221,13,39); }

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

border-color css

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

 span { border-color: rgb(221,13,39); }

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