Html Css Color HEX #DF150D Scarlet

📋 copy color: '#DF150D'

red 223 ◦ green 21 ◦ blue 13

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

Shades of Scarlet #DF150D

Tints of Scarlet #DF150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 86.77%
G = 8.17%
B = 5.06%

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

#DF150D (or 0xDF150D) is known color: Scarlet. HEX triplet: DF, 15 and 0D. RGB value is (223,21,13). Sum of RGB (Red+Green+Blue) = 223+21+13=257 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.77% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150D is #20EAF2. Grayscale: #505050. Windows color (decimal): -2157299 or 857567. OLE color: 857567.

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

Color convert

RGB 223 21 13 -
CMYK 0 0.91 0.94 0.13
HSL 2.29º 0.89% 0.46% -
HSV(B) 2.29º 0.94% 0.87% -
XYZ 30.77 16.25 1.9 -
YUV 80.49 89.92 229.65 -
System Red Green Blue C M Y K H S L
Decimal 223 21 13 0 0.91 0.94 0.13 2.29 0.89 0.46
Hex DF 15 D 0 5B 5E D 2 59 2E
Octal 337 25 15 0 133 136 15 2 131 56
Binary 11011111 10101 1101 0 1011011 1011110 1101 10 1011001 101110

Color Harmonies of #DF150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF150D

Black with #DF150D

Text Example


Text Example

White with #DF150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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