Html Css Color HEX #DD1804 Scarlet

📋 copy color: '#DD1804'

red 221 ◦ green 24 ◦ blue 4

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

Shades of Scarlet #DD1804

Tints of Scarlet #DD1804

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.64%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 88.76%
G = 9.64%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD1804 (or 0xDD1804) is known color: Scarlet. HEX triplet: DD, 18 and 04. RGB value is (221,24,4). Sum of RGB (Red+Green+Blue) = 221+24+4=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1804 is #22E7FB. Grayscale: #505050. Windows color (decimal): -2287612 or 268509. OLE color: 268509.

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

Color convert

RGB 221 24 4 -
CMYK 0 0.89 0.98 0.13
HSL 5.53º 0.96% 0.44% -
HSV(B) 5.53º 0.98% 0.87% -
XYZ 30.17 16.03 1.62 -
YUV 80.62 84.77 228.13 -
System Red Green Blue C M Y K H S L
Decimal 221 24 4 0 0.89 0.98 0.13 5.53 0.96 0.44
Hex DD 18 4 0 59 62 D 6 60 2C
Octal 335 30 4 0 131 142 15 6 140 54
Binary 11011101 11000 100 0 1011001 1100010 1101 110 1100000 101100

Color Harmonies of #DD1804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1804

Black with #DD1804

Text Example


Text Example

White with #DD1804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1804; }

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

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

background-color css

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

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

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

border-color css

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

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

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