Html Css Color HEX #DD0A1B Fire Engine Red

📋 copy color: '#DD0A1B'

red 221 ◦ green 10 ◦ blue 27

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

Shades of Fire Engine Red #DD0A1B

Tints of Fire Engine Red #DD0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 85.66%
G = 3.88%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD0A1B (or 0xDD0A1B) is known color: Fire Engine Red. HEX triplet: DD, 0A and 1B. RGB value is (221,10,27). Sum of RGB (Red+Green+Blue) = 221+10+27=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A1B is #22F5E4. Grayscale: #4B4B4B. Windows color (decimal): -2291173 or 1772253. OLE color: 1772253.

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

Color convert

RGB 221 10 27 -
CMYK 0 0.95 0.88 0.13
HSL 355.17º 0.91% 0.45% -
HSV(B) 355.17º 0.95% 0.87% -
XYZ 30.13 15.67 2.47 -
YUV 75.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 221 10 27 0 0.95 0.88 0.13 355.17 0.91 0.45
Hex DD A 1B 0 5F 58 D 163 5B 2D
Octal 335 12 33 0 137 130 15 543 133 55
Binary 11011101 1010 11011 0 1011111 1011000 1101 101100011 1011011 101101

Color Harmonies of #DD0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A1B

Black with #DD0A1B

Text Example


Text Example

White with #DD0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A1B; }

 p { color: rgb(221,10,27); }

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

background-color css

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

 a { background-color: rgb(221,10,27); }

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

border-color css

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

 span { border-color: rgb(221,10,27); }

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