Html Css Color HEX #DF140D Scarlet

📋 copy color: '#DF140D'

red 223 ◦ green 20 ◦ blue 13

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

Shades of Scarlet #DF140D

Tints of Scarlet #DF140D

RGB

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

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

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

R = 87.11%
G = 7.81%
B = 5.08%

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

#DF140D (or 0xDF140D) is known color: Scarlet. HEX triplet: DF, 14 and 0D. RGB value is (223,20,13). Sum of RGB (Red+Green+Blue) = 223+20+13=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF140D is #20EBF2. Grayscale: #505050. Windows color (decimal): -2157555 or 857311. OLE color: 857311.

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

Color convert

RGB 223 20 13 -
CMYK 0 0.91 0.94 0.13
HSL 0.89% 0.46% -
HSV(B) 0.94% 0.87% -
XYZ 30.75 16.22 1.89 -
YUV 79.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 223 20 13 0 0.91 0.94 0.13 2 0.89 0.46
Hex DF 14 D 0 5B 5E D 2 59 2E
Octal 337 24 15 0 133 136 15 2 131 56
Binary 11011111 10100 1101 0 1011011 1011110 1101 10 1011001 101110

Color Harmonies of #DF140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF140D

Black with #DF140D

Text Example


Text Example

White with #DF140D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF140D; }

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

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

background-color css

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

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

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

border-color css

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

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

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