Html Css Color HEX #DF140B Scarlet

📋 copy color: '#DF140B'

red 223 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #DF140B

Tints of Scarlet #DF140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 87.8%
G = 7.87%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF140B (or 0xDF140B) is known color: Scarlet. HEX triplet: DF, 14 and 0B. RGB value is (223,20,11). Sum of RGB (Red+Green+Blue) = 223+20+11=254 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.80% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 223 - color contains mainly: red. Hex color #DF140B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF140B is #20EBF4. Grayscale: #4F4F4F. Windows color (decimal): -2157557 or 726239. OLE color: 726239.

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

Color convert

RGB 223 20 11 -
CMYK 0 0.91 0.95 0.13
HSL 2.55º 0.91% 0.46% -
HSV(B) 2.55º 0.95% 0.87% -
XYZ 30.74 16.21 1.83 -
YUV 79.67 89.25 230.23 -
System Red Green Blue C M Y K H S L
Decimal 223 20 11 0 0.91 0.95 0.13 2.55 0.91 0.46
Hex DF 14 B 0 5B 5F D 3 5B 2E
Octal 337 24 13 0 133 137 15 3 133 56
Binary 11011111 10100 1011 0 1011011 1011111 1101 11 1011011 101110

Color Harmonies of #DF140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF140B

Black with #DF140B

Text Example


Text Example

White with #DF140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF140B; }

 p { color: rgb(223,20,11); }

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

background-color css

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

 a { background-color: rgb(223,20,11); }

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

border-color css

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

 span { border-color: rgb(223,20,11); }

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