Html Css Color HEX #DD0125 Fire Engine Red

📋 copy color: '#DD0125'

red 221 ◦ green 1 ◦ blue 37

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

Shades of Fire Engine Red #DD0125

Tints of Fire Engine Red #DD0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 37 (14.84% from 255) = 14.29%

R = 85.33%
G = 0.39%
B = 14.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0125 (or 0xDD0125) is known color: Fire Engine Red. HEX triplet: DD, 01 and 25. RGB value is (221,1,37). Sum of RGB (Red+Green+Blue) = 221+1+37=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0125 is #22FEDA. Grayscale: #464646. Windows color (decimal): -2293467 or 2425309. OLE color: 2425309.

HSL color Cylindrical-coordinate representation of color #DD0125: hue angle of 350.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0125 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 1 37 -
CMYK 0 1.00 0.83 0.13
HSL 350.18º 0.99% 0.44% -
HSV(B) 350.18º 1% 0.87% -
XYZ 30.16 15.53 3.16 -
YUV 70.88 108.89 235.07 -
System Red Green Blue C M Y K H S L
Decimal 221 1 37 0 1.00 0.83 0.13 350.18 0.99 0.44
Hex DD 1 25 0 64 53 D 15E 63 2C
Octal 335 1 45 0 144 123 15 536 143 54
Binary 11011101 1 100101 0 1100100 1010011 1101 101011110 1100011 101100

Color Harmonies of #DD0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0125

Black with #DD0125

Text Example


Text Example

White with #DD0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0125; }

 p { color: rgb(221,1,37); }

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

background-color css

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

 a { background-color: rgb(221,1,37); }

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

border-color css

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

 span { border-color: rgb(221,1,37); }

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