Html Css Color HEX #DF090F Venetian Red

📋 copy color: '#DF090F'

red 223 ◦ green 9 ◦ blue 15

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

Shades of Venetian Red #DF090F

Tints of Venetian Red #DF090F

RGB

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

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

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

R = 90.28%
G = 3.64%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF090F (or 0xDF090F) is known color: Venetian Red. HEX triplet: DF, 09 and 0F. RGB value is (223,9,15). Sum of RGB (Red+Green+Blue) = 223+9+15=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF090F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF090F is #20F6F0. Grayscale: #494949. Windows color (decimal): -2160369 or 985567. OLE color: 985567.

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

Color convert

RGB 223 9 15 -
CMYK 0 0.96 0.93 0.13
HSL 358.32º 0.92% 0.45% -
HSV(B) 358.32º 0.96% 0.87% -
XYZ 30.62 15.92 1.91 -
YUV 73.67 94.9 234.51 -
System Red Green Blue C M Y K H S L
Decimal 223 9 15 0 0.96 0.93 0.13 358.32 0.92 0.45
Hex DF 9 F 0 60 5D D 166 5C 2D
Octal 337 11 17 0 140 135 15 546 134 55
Binary 11011111 1001 1111 0 1100000 1011101 1101 101100110 1011100 101101

Color Harmonies of #DF090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF090F

Black with #DF090F

Text Example


Text Example

White with #DF090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF090F; }

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

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

background-color css

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

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

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

border-color css

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

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

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