Html Css Color HEX #DF2203 Scarlet

📋 copy color: '#DF2203'

red 223 ◦ green 34 ◦ blue 3

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

Shades of Scarlet #DF2203

Tints of Scarlet #DF2203

RGB

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

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

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

R = 85.77%
G = 13.08%
B = 1.15%

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

#DF2203 (or 0xDF2203) is known color: Scarlet. HEX triplet: DF, 22 and 03. RGB value is (223,34,3). Sum of RGB (Red+Green+Blue) = 223+34+3=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2203 is #20DDFC. Grayscale: #575757. Windows color (decimal): -2153981 or 205535. OLE color: 205535.

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

Color convert

RGB 223 34 3 -
CMYK 0 0.85 0.99 0.13
HSL 8.45º 0.97% 0.44% -
HSV(B) 8.45º 0.99% 0.87% -
XYZ 31.02 16.84 1.7 -
YUV 86.98 80.62 225.02 -
System Red Green Blue C M Y K H S L
Decimal 223 34 3 0 0.85 0.99 0.13 8.45 0.97 0.44
Hex DF 22 3 0 55 63 D 8 61 2C
Octal 337 42 3 0 125 143 15 10 141 54
Binary 11011111 100010 11 0 1010101 1100011 1101 1000 1100001 101100

Color Harmonies of #DF2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2203

Black with #DF2203

Text Example


Text Example

White with #DF2203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2203; }

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

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

background-color css

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

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

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

border-color css

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

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

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