Html Css Color HEX #DF050A Venetian Red

📋 copy color: '#DF050A'

red 223 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #DF050A

Tints of Venetian Red #DF050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.2%

R = 93.7%
G = 2.1%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF050A (or 0xDF050A) is known color: Venetian Red. HEX triplet: DF, 05 and 0A. RGB value is (223,5,10). Sum of RGB (Red+Green+Blue) = 223+5+10=238 (31% of max value = 765). Red value is 223 (87.5% from 255 or 93.70% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 223 - color contains mainly: red. Hex color #DF050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF050A is #20FAF5. Grayscale: #464646. Windows color (decimal): -2161398 or 656863. OLE color: 656863.

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

Color convert

RGB 223 5 10 -
CMYK 0 0.98 0.96 0.13
HSL 358.62º 0.96% 0.45% -
HSV(B) 358.62º 0.98% 0.87% -
XYZ 30.54 15.82 1.73 -
YUV 70.75 93.72 236.59 -
System Red Green Blue C M Y K H S L
Decimal 223 5 10 0 0.98 0.96 0.13 358.62 0.96 0.45
Hex DF 5 A 0 62 60 D 167 60 2D
Octal 337 5 12 0 142 140 15 547 140 55
Binary 11011111 101 1010 0 1100010 1100000 1101 101100111 1100000 101101

Color Harmonies of #DF050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF050A

Black with #DF050A

Text Example


Text Example

White with #DF050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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