Html Css Color HEX #DF050F Venetian Red

📋 copy color: '#DF050F'

red 223 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #DF050F

Tints of Venetian Red #DF050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.06%

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

R = 91.77%
G = 2.06%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF050F (or 0xDF050F) is known color: Venetian Red. HEX triplet: DF, 05 and 0F. RGB value is (223,5,15). Sum of RGB (Red+Green+Blue) = 223+5+15=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050F is #20FAF0. Grayscale: #474747. Windows color (decimal): -2161393 or 984543. OLE color: 984543.

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

Color convert

RGB 223 5 15 -
CMYK 0 0.98 0.93 0.13
HSL 357.25º 0.96% 0.45% -
HSV(B) 357.25º 0.98% 0.87% -
XYZ 30.57 15.83 1.9 -
YUV 71.32 96.22 236.19 -
System Red Green Blue C M Y K H S L
Decimal 223 5 15 0 0.98 0.93 0.13 357.25 0.96 0.45
Hex DF 5 F 0 62 5D D 165 60 2D
Octal 337 5 17 0 142 135 15 545 140 55
Binary 11011111 101 1111 0 1100010 1011101 1101 101100101 1100000 101101

Color Harmonies of #DF050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF050F

Black with #DF050F

Text Example


Text Example

White with #DF050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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