Html Css Color HEX #DF090A Venetian Red

📋 copy color: '#DF090A'

red 223 ◦ green 9 ◦ blue 10

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

Shades of Venetian Red #DF090A

Tints of Venetian Red #DF090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

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

R = 92.15%
G = 3.72%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF090A (or 0xDF090A) is known color: Venetian Red. HEX triplet: DF, 09 and 0A. RGB value is (223,9,10). Sum of RGB (Red+Green+Blue) = 223+9+10=242 (32% of max value = 765). Red value is 223 (87.5% from 255 or 92.15% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 223 - color contains mainly: red. Hex color #DF090A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF090A is #20F6F5. Grayscale: #494949. Windows color (decimal): -2160374 or 657887. OLE color: 657887.

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

Color convert

RGB 223 9 10 -
CMYK 0 0.96 0.96 0.13
HSL 359.72º 0.92% 0.45% -
HSV(B) 359.72º 0.96% 0.87% -
XYZ 30.58 15.91 1.75 -
YUV 73.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 223 9 10 0 0.96 0.96 0.13 359.72 0.92 0.45
Hex DF 9 A 0 60 60 D 168 5C 2D
Octal 337 11 12 0 140 140 15 550 134 55
Binary 11011111 1001 1010 0 1100000 1100000 1101 101101000 1011100 101101

Color Harmonies of #DF090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF090A

Black with #DF090A

Text Example


Text Example

White with #DF090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF090A; }

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

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

background-color css

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

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

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

border-color css

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

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

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