Html Css Color HEX #DF2202 Scarlet

📋 copy color: '#DF2202'

red 223 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #DF2202

Tints of Scarlet #DF2202

RGB

 RED value IS 223 (87.5% from 255) = 86.1%

 GREEN value IS 34 (13.67% from 255) = 13.13%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 86.1%
G = 13.13%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF2202 (or 0xDF2202) is known color: Scarlet. HEX triplet: DF, 22 and 02. RGB value is (223,34,2). Sum of RGB (Red+Green+Blue) = 223+34+2=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2202 is #20DDFD. Grayscale: #575757. Windows color (decimal): -2153982 or 139999. OLE color: 139999.

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

Color convert

RGB 223 34 2 -
CMYK 0 0.85 0.99 0.13
HSL 8.69º 0.98% 0.44% -
HSV(B) 8.69º 0.99% 0.87% -
XYZ 31.01 16.84 1.67 -
YUV 86.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 223 34 2 0 0.85 0.99 0.13 8.69 0.98 0.44
Hex DF 22 2 0 55 63 D 9 62 2C
Octal 337 42 2 0 125 143 15 11 142 54
Binary 11011111 100010 10 0 1010101 1100011 1101 1001 1100010 101100

Color Harmonies of #DF2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2202

Black with #DF2202

Text Example


Text Example

White with #DF2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2202; }

 p { color: rgb(223,34,2); }

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

background-color css

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

 a { background-color: rgb(223,34,2); }

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

border-color css

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

 span { border-color: rgb(223,34,2); }

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