Html Css Color HEX #DF150E Scarlet

📋 copy color: '#DF150E'

red 223 ◦ green 21 ◦ blue 14

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

Shades of Scarlet #DF150E

Tints of Scarlet #DF150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.43%

R = 86.43%
G = 8.14%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF150E (or 0xDF150E) is known color: Scarlet. HEX triplet: DF, 15 and 0E. RGB value is (223,21,14). Sum of RGB (Red+Green+Blue) = 223+21+14=258 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.43% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150E is #20EAF1. Grayscale: #505050. Windows color (decimal): -2157298 or 923103. OLE color: 923103.

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

Color convert

RGB 223 21 14 -
CMYK 0 0.91 0.94 0.13
HSL 2.01º 0.88% 0.46% -
HSV(B) 2.01º 0.94% 0.87% -
XYZ 30.78 16.26 1.93 -
YUV 80.6 90.42 229.57 -
System Red Green Blue C M Y K H S L
Decimal 223 21 14 0 0.91 0.94 0.13 2.01 0.88 0.46
Hex DF 15 E 0 5B 5E D 2 58 2E
Octal 337 25 16 0 133 136 15 2 130 56
Binary 11011111 10101 1110 0 1011011 1011110 1101 10 1011000 101110

Color Harmonies of #DF150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF150E

Black with #DF150E

Text Example


Text Example

White with #DF150E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF150E; }

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

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

background-color css

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

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

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

border-color css

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

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

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