Html Css Color HEX #DF150A Scarlet

📋 copy color: '#DF150A'

red 223 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #DF150A

Tints of Scarlet #DF150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 87.8%
G = 8.27%
B = 3.94%

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

#DF150A (or 0xDF150A) is known color: Scarlet. HEX triplet: DF, 15 and 0A. RGB value is (223,21,10). Sum of RGB (Red+Green+Blue) = 223+21+10=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF150A is #20EAF5. Grayscale: #505050. Windows color (decimal): -2157302 or 660959. OLE color: 660959.

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

Color convert

RGB 223 21 10 -
CMYK 0 0.91 0.96 0.13
HSL 3.1º 0.91% 0.46% -
HSV(B) 3.1º 0.96% 0.87% -
XYZ 30.75 16.25 1.8 -
YUV 80.14 88.42 229.89 -
System Red Green Blue C M Y K H S L
Decimal 223 21 10 0 0.91 0.96 0.13 3.1 0.91 0.46
Hex DF 15 A 0 5B 60 D 3 5B 2E
Octal 337 25 12 0 133 140 15 3 133 56
Binary 11011111 10101 1010 0 1011011 1100000 1101 11 1011011 101110

Color Harmonies of #DF150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF150A

Black with #DF150A

Text Example


Text Example

White with #DF150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF150A; }

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

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

background-color css

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

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

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

border-color css

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

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

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