Html Css Color HEX #DD101A Fire Engine Red

📋 copy color: '#DD101A'

red 221 ◦ green 16 ◦ blue 26

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

Shades of Fire Engine Red #DD101A

Tints of Fire Engine Red #DD101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 84.03%
G = 6.08%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DD101A (or 0xDD101A) is known color: Fire Engine Red. HEX triplet: DD, 10 and 1A. RGB value is (221,16,26). Sum of RGB (Red+Green+Blue) = 221+16+26=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD101A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD101A is #22EFE5. Grayscale: #4E4E4E. Windows color (decimal): -2289638 or 1708253. OLE color: 1708253.

HSL color Cylindrical-coordinate representation of color #DD101A: hue angle of 357.07º 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 #DD101A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 26 -
CMYK 0 0.93 0.88 0.13
HSL 357.07º 0.86% 0.46% -
HSV(B) 357.07º 0.93% 0.87% -
XYZ 30.19 15.82 2.44 -
YUV 78.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 221 16 26 0 0.93 0.88 0.13 357.07 0.86 0.46
Hex DD 10 1A 0 5D 58 D 165 56 2E
Octal 335 20 32 0 135 130 15 545 126 56
Binary 11011101 10000 11010 0 1011101 1011000 1101 101100101 1010110 101110

Color Harmonies of #DD101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD101A

Black with #DD101A

Text Example


Text Example

White with #DD101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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