Html Css Color HEX #DD1903 Scarlet

📋 copy color: '#DD1903'

red 221 ◦ green 25 ◦ blue 3

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

Shades of Scarlet #DD1903

Tints of Scarlet #DD1903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.04%

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

R = 88.76%
G = 10.04%
B = 1.2%

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

#DD1903 (or 0xDD1903) is known color: Scarlet. HEX triplet: DD, 19 and 03. RGB value is (221,25,3). Sum of RGB (Red+Green+Blue) = 221+25+3=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1903 is #22E6FC. Grayscale: #515151. Windows color (decimal): -2287357 or 203229. OLE color: 203229.

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

Color convert

RGB 221 25 3 -
CMYK 0 0.89 0.99 0.13
HSL 6.06º 0.97% 0.44% -
HSV(B) 6.06º 0.99% 0.87% -
XYZ 30.18 16.07 1.6 -
YUV 81.1 83.93 227.79 -
System Red Green Blue C M Y K H S L
Decimal 221 25 3 0 0.89 0.99 0.13 6.06 0.97 0.44
Hex DD 19 3 0 59 63 D 6 61 2C
Octal 335 31 3 0 131 143 15 6 141 54
Binary 11011101 11001 11 0 1011001 1100011 1101 110 1100001 101100

Color Harmonies of #DD1903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1903

Black with #DD1903

Text Example


Text Example

White with #DD1903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1903; }

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

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

background-color css

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

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

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

border-color css

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

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

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