Html Css Color HEX #DD0427 Fire Engine Red

📋 copy color: '#DD0427'

red 221 ◦ green 4 ◦ blue 39

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

Shades of Fire Engine Red #DD0427

Tints of Fire Engine Red #DD0427

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 83.71%
G = 1.52%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD0427 (or 0xDD0427) is known color: Fire Engine Red. HEX triplet: DD, 04 and 27. RGB value is (221,4,39). Sum of RGB (Red+Green+Blue) = 221+4+39=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0427 is #22FBD8. Grayscale: #484848. Windows color (decimal): -2292697 or 2557149. OLE color: 2557149.

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

Color convert

RGB 221 4 39 -
CMYK 0 0.98 0.82 0.13
HSL 350.32º 0.96% 0.44% -
HSV(B) 350.32º 0.98% 0.87% -
XYZ 30.23 15.61 3.34 -
YUV 72.87 108.89 233.65 -
System Red Green Blue C M Y K H S L
Decimal 221 4 39 0 0.98 0.82 0.13 350.32 0.96 0.44
Hex DD 4 27 0 62 52 D 15E 60 2C
Octal 335 4 47 0 142 122 15 536 140 54
Binary 11011101 100 100111 0 1100010 1010010 1101 101011110 1100000 101100

Color Harmonies of #DD0427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0427

Black with #DD0427

Text Example


Text Example

White with #DD0427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0427; }

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

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

background-color css

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

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

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

border-color css

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

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

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