Html Css Color HEX #DD0727 Fire Engine Red

📋 copy color: '#DD0727'

red 221 ◦ green 7 ◦ blue 39

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

Shades of Fire Engine Red #DD0727

Tints of Fire Engine Red #DD0727

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.62%

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

R = 82.77%
G = 2.62%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0727 (or 0xDD0727) is known color: Fire Engine Red. HEX triplet: DD, 07 and 27. RGB value is (221,7,39). Sum of RGB (Red+Green+Blue) = 221+7+39=267 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.77% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0727 is #22F8D8. Grayscale: #4A4A4A. Windows color (decimal): -2291929 or 2557917. OLE color: 2557917.

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

Color convert

RGB 221 7 39 -
CMYK 0 0.97 0.82 0.13
HSL 351.03º 0.94% 0.45% -
HSV(B) 351.03º 0.97% 0.87% -
XYZ 30.26 15.67 3.35 -
YUV 74.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 221 7 39 0 0.97 0.82 0.13 351.03 0.94 0.45
Hex DD 7 27 0 61 52 D 15F 5E 2D
Octal 335 7 47 0 141 122 15 537 136 55
Binary 11011101 111 100111 0 1100001 1010010 1101 101011111 1011110 101101

Color Harmonies of #DD0727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0727

Black with #DD0727

Text Example


Text Example

White with #DD0727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0727; }

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

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

background-color css

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

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

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

border-color css

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

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

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