Html Css Color HEX #DD1601 Scarlet

📋 copy color: '#DD1601'

red 221 ◦ green 22 ◦ blue 1

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

Shades of Scarlet #DD1601

Tints of Scarlet #DD1601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 90.57%
G = 9.02%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DD1601 (or 0xDD1601) is known color: Scarlet. HEX triplet: DD, 16 and 01. RGB value is (221,22,1). Sum of RGB (Red+Green+Blue) = 221+22+1=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1601 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1601 is #22E9FE. Grayscale: #4F4F4F. Windows color (decimal): -2288127 or 71389. OLE color: 71389.

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

Color convert

RGB 221 22 1 -
CMYK 0 0.90 1.00 0.13
HSL 5.73º 0.99% 0.44% -
HSV(B) 5.73º 1% 0.87% -
XYZ 30.11 15.95 1.52 -
YUV 79.11 83.93 229.21 -
System Red Green Blue C M Y K H S L
Decimal 221 22 1 0 0.90 1.00 0.13 5.73 0.99 0.44
Hex DD 16 1 0 5A 64 D 6 63 2C
Octal 335 26 1 0 132 144 15 6 143 54
Binary 11011101 10110 1 0 1011010 1100100 1101 110 1100011 101100

Color Harmonies of #DD1601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1601

Black with #DD1601

Text Example


Text Example

White with #DD1601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1601; }

 p { color: rgb(221,22,1); }

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

background-color css

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

 a { background-color: rgb(221,22,1); }

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

border-color css

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

 span { border-color: rgb(221,22,1); }

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