Html Css Color HEX #DD1F00 Scarlet

📋 copy color: '#DD1F00'

red 221 ◦ green 31 ◦ blue 0

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

Shades of Scarlet #DD1F00

Tints of Scarlet #DD1F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 87.7%
G = 12.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD1F00 (or 0xDD1F00) is known color: Scarlet. HEX triplet: DD, 1F and 00. RGB value is (221,31,0). Sum of RGB (Red+Green+Blue) = 221+31+0=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F00 is #22E0FF. Grayscale: #545454. Windows color (decimal): -2285824 or 8157. OLE color: 8157.

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

Color convert

RGB 221 31 0 -
CMYK 0 0.86 1 0.13
HSL 8.42º 1% 0.43% -
HSV(B) 8.42º 1% 0.87% -
XYZ 30.31 16.35 1.56 -
YUV 84.28 80.45 225.52 -
System Red Green Blue C M Y K H S L
Decimal 221 31 0 0 0.86 1 0.13 8.42 1 0.43
Hex DD 1F 0 0 56 64 D 8 64 2B
Octal 335 37 0 0 126 144 15 10 144 53
Binary 11011101 11111 0 0 1010110 1100100 1101 1000 1100100 101011

Color Harmonies of #DD1F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F00

Black with #DD1F00

Text Example


Text Example

White with #DD1F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F00; }

 p { color: rgb(221,31,0); }

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

background-color css

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

 a { background-color: rgb(221,31,0); }

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

border-color css

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

 span { border-color: rgb(221,31,0); }

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