Html Css Color HEX #DF1408 Scarlet

📋 copy color: '#DF1408'

red 223 ◦ green 20 ◦ blue 8

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

Shades of Scarlet #DF1408

Tints of Scarlet #DF1408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.19%

R = 88.84%
G = 7.97%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF1408 (or 0xDF1408) is known color: Scarlet. HEX triplet: DF, 14 and 08. RGB value is (223,20,8). Sum of RGB (Red+Green+Blue) = 223+20+8=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1408 is #20EBF7. Grayscale: #4F4F4F. Windows color (decimal): -2157560 or 529631. OLE color: 529631.

HSL color Cylindrical-coordinate representation of color #DF1408: hue angle of 3.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF1408 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 20 8 -
CMYK 0 0.91 0.96 0.13
HSL 3.35º 0.93% 0.45% -
HSV(B) 3.35º 0.96% 0.87% -
XYZ 30.73 16.21 1.74 -
YUV 79.33 87.75 230.48 -
System Red Green Blue C M Y K H S L
Decimal 223 20 8 0 0.91 0.96 0.13 3.35 0.93 0.45
Hex DF 14 8 0 5B 60 D 3 5D 2D
Octal 337 24 10 0 133 140 15 3 135 55
Binary 11011111 10100 1000 0 1011011 1100000 1101 11 1011101 101101

Color Harmonies of #DF1408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1408

Black with #DF1408

Text Example


Text Example

White with #DF1408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1408; }

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

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

background-color css

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

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

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

border-color css

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

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

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