Html Css Color HEX #DD1803 Scarlet

📋 copy color: '#DD1803'

red 221 ◦ green 24 ◦ blue 3

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

Shades of Scarlet #DD1803

Tints of Scarlet #DD1803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 89.11%
G = 9.68%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD1803 (or 0xDD1803) is known color: Scarlet. HEX triplet: DD, 18 and 03. RGB value is (221,24,3). Sum of RGB (Red+Green+Blue) = 221+24+3=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1803 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1803 is #22E7FC. Grayscale: #505050. Windows color (decimal): -2287613 or 202973. OLE color: 202973.

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

Color convert

RGB 221 24 3 -
CMYK 0 0.89 0.99 0.13
HSL 5.78º 0.97% 0.44% -
HSV(B) 5.78º 0.99% 0.87% -
XYZ 30.16 16.03 1.59 -
YUV 80.51 84.27 228.21 -
System Red Green Blue C M Y K H S L
Decimal 221 24 3 0 0.89 0.99 0.13 5.78 0.97 0.44
Hex DD 18 3 0 59 63 D 6 61 2C
Octal 335 30 3 0 131 143 15 6 141 54
Binary 11011101 11000 11 0 1011001 1100011 1101 110 1100001 101100

Color Harmonies of #DD1803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1803

Black with #DD1803

Text Example


Text Example

White with #DD1803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1803; }

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

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

background-color css

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

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

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

border-color css

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

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

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