Html Css Color HEX #DF160F Scarlet

📋 copy color: '#DF160F'

red 223 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #DF160F

Tints of Scarlet #DF160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 15 (6.25% from 255) = 5.77%

R = 85.77%
G = 8.46%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF160F (or 0xDF160F) is known color: Scarlet. HEX triplet: DF, 16 and 0F. RGB value is (223,22,15). Sum of RGB (Red+Green+Blue) = 223+22+15=260 (34% of max value = 765). Red value is 223 (87.5% from 255 or 85.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 223 - color contains mainly: red. Hex color #DF160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF160F is #20E9F0. Grayscale: #515151. Windows color (decimal): -2157041 or 988895. OLE color: 988895.

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

Color convert

RGB 223 22 15 -
CMYK 0 0.90 0.93 0.13
HSL 2.02º 0.87% 0.47% -
HSV(B) 2.02º 0.93% 0.87% -
XYZ 30.8 16.3 1.97 -
YUV 81.3 90.59 229.07 -
System Red Green Blue C M Y K H S L
Decimal 223 22 15 0 0.90 0.93 0.13 2.02 0.87 0.47
Hex DF 16 F 0 5A 5D D 2 57 2F
Octal 337 26 17 0 132 135 15 2 127 57
Binary 11011111 10110 1111 0 1011010 1011101 1101 10 1010111 101111

Color Harmonies of #DF160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF160F

Black with #DF160F

Text Example


Text Example

White with #DF160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF160F; }

 p { color: rgb(223,22,15); }

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

background-color css

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

 a { background-color: rgb(223,22,15); }

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

border-color css

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

 span { border-color: rgb(223,22,15); }

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