Html Css Color HEX #DD101C Fire Engine Red

📋 copy color: '#DD101C'

red 221 ◦ green 16 ◦ blue 28

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

Shades of Fire Engine Red #DD101C

Tints of Fire Engine Red #DD101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.04%

 BLUE value IS 28 (11.33% from 255) = 10.57%

R = 83.4%
G = 6.04%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DD101C (or 0xDD101C) is known color: Fire Engine Red. HEX triplet: DD, 10 and 1C. RGB value is (221,16,28). Sum of RGB (Red+Green+Blue) = 221+16+28=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD101C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD101C is #22EFE3. Grayscale: #4E4E4E. Windows color (decimal): -2289636 or 1839325. OLE color: 1839325.

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

Color convert

RGB 221 16 28 -
CMYK 0 0.93 0.87 0.13
HSL 356.49º 0.86% 0.46% -
HSV(B) 356.49º 0.93% 0.87% -
XYZ 30.21 15.83 2.56 -
YUV 78.66 99.42 229.52 -
System Red Green Blue C M Y K H S L
Decimal 221 16 28 0 0.93 0.87 0.13 356.49 0.86 0.46
Hex DD 10 1C 0 5D 57 D 164 56 2E
Octal 335 20 34 0 135 127 15 544 126 56
Binary 11011101 10000 11100 0 1011101 1010111 1101 101100100 1010110 101110

Color Harmonies of #DD101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD101C

Black with #DD101C

Text Example


Text Example

White with #DD101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD101C; }

 p { color: rgb(221,16,28); }

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

background-color css

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

 a { background-color: rgb(221,16,28); }

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

border-color css

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

 span { border-color: rgb(221,16,28); }

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