Html Css Color HEX #DF1403 Scarlet

📋 copy color: '#DF1403'

red 223 ◦ green 20 ◦ blue 3

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

Shades of Scarlet #DF1403

Tints of Scarlet #DF1403

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.13%

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

R = 90.65%
G = 8.13%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF1403 (or 0xDF1403) is known color: Scarlet. HEX triplet: DF, 14 and 03. RGB value is (223,20,3). Sum of RGB (Red+Green+Blue) = 223+20+3=246 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.65% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1403 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1403 is #20EBFC. Grayscale: #4F4F4F. Windows color (decimal): -2157565 or 201951. OLE color: 201951.

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

Color convert

RGB 223 20 3 -
CMYK 0 0.91 0.99 0.13
HSL 4.64º 0.97% 0.44% -
HSV(B) 4.64º 0.99% 0.87% -
XYZ 30.7 16.19 1.59 -
YUV 78.76 85.25 230.88 -
System Red Green Blue C M Y K H S L
Decimal 223 20 3 0 0.91 0.99 0.13 4.64 0.97 0.44
Hex DF 14 3 0 5B 63 D 5 61 2C
Octal 337 24 3 0 133 143 15 5 141 54
Binary 11011111 10100 11 0 1011011 1100011 1101 101 1100001 101100

Color Harmonies of #DF1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1403

Black with #DF1403

Text Example


Text Example

White with #DF1403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1403; }

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

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

background-color css

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

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

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

border-color css

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

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

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