Html Css Color HEX #DF1F05 Scarlet

📋 copy color: '#DF1F05'

red 223 ◦ green 31 ◦ blue 5

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

Shades of Scarlet #DF1F05

Tints of Scarlet #DF1F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 86.1%
G = 11.97%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF1F05 (or 0xDF1F05) is known color: Scarlet. HEX triplet: DF, 1F and 05. RGB value is (223,31,5). Sum of RGB (Red+Green+Blue) = 223+31+5=259 (34% of max value = 765). Red value is 223 (87.5% from 255 or 86.10% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF1F05 is #20E0FA. Grayscale: #555555. Windows color (decimal): -2154747 or 335839. OLE color: 335839.

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

Color convert

RGB 223 31 5 -
CMYK 0 0.86 0.98 0.13
HSL 7.16º 0.96% 0.45% -
HSV(B) 7.16º 0.98% 0.87% -
XYZ 30.95 16.68 1.73 -
YUV 85.44 82.61 226.11 -
System Red Green Blue C M Y K H S L
Decimal 223 31 5 0 0.86 0.98 0.13 7.16 0.96 0.45
Hex DF 1F 5 0 56 62 D 7 60 2D
Octal 337 37 5 0 126 142 15 7 140 55
Binary 11011111 11111 101 0 1010110 1100010 1101 111 1100000 101101

Color Harmonies of #DF1F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1F05

Black with #DF1F05

Text Example


Text Example

White with #DF1F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1F05; }

 p { color: rgb(223,31,5); }

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

background-color css

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

 a { background-color: rgb(223,31,5); }

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

border-color css

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

 span { border-color: rgb(223,31,5); }

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