Html Css Color HEX #DF1508 Scarlet

📋 copy color: '#DF1508'

red 223 ◦ green 21 ◦ blue 8

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

Shades of Scarlet #DF1508

Tints of Scarlet #DF1508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

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

R = 88.49%
G = 8.33%
B = 3.17%

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

#DF1508 (or 0xDF1508) is known color: Scarlet. HEX triplet: DF, 15 and 08. RGB value is (223,21,8). Sum of RGB (Red+Green+Blue) = 223+21+8=252 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.49% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF1508 is #20EAF7. Grayscale: #505050. Windows color (decimal): -2157304 or 529887. OLE color: 529887.

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

Color convert

RGB 223 21 8 -
CMYK 0 0.91 0.96 0.13
HSL 3.63º 0.93% 0.45% -
HSV(B) 3.63º 0.96% 0.87% -
XYZ 30.74 16.24 1.74 -
YUV 79.92 87.42 230.06 -
System Red Green Blue C M Y K H S L
Decimal 223 21 8 0 0.91 0.96 0.13 3.63 0.93 0.45
Hex DF 15 8 0 5B 60 D 4 5D 2D
Octal 337 25 10 0 133 140 15 4 135 55
Binary 11011111 10101 1000 0 1011011 1100000 1101 100 1011101 101101

Color Harmonies of #DF1508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1508

Black with #DF1508

Text Example


Text Example

White with #DF1508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1508; }

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

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

background-color css

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

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

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

border-color css

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

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

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