Html Css Color HEX #DF090D Venetian Red

📋 copy color: '#DF090D'

red 223 ◦ green 9 ◦ blue 13

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

Shades of Venetian Red #DF090D

Tints of Venetian Red #DF090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 91.02%
G = 3.67%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF090D (or 0xDF090D) is known color: Venetian Red. HEX triplet: DF, 09 and 0D. RGB value is (223,9,13). Sum of RGB (Red+Green+Blue) = 223+9+13=245 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.02% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 223 - color contains mainly: red. Hex color #DF090D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF090D is #20F6F2. Grayscale: #494949. Windows color (decimal): -2160371 or 854495. OLE color: 854495.

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

Color convert

RGB 223 9 13 -
CMYK 0 0.96 0.94 0.13
HSL 358.88º 0.92% 0.45% -
HSV(B) 358.88º 0.96% 0.87% -
XYZ 30.6 15.91 1.84 -
YUV 73.44 93.9 234.67 -
System Red Green Blue C M Y K H S L
Decimal 223 9 13 0 0.96 0.94 0.13 358.88 0.92 0.45
Hex DF 9 D 0 60 5E D 167 5C 2D
Octal 337 11 15 0 140 136 15 547 134 55
Binary 11011111 1001 1101 0 1100000 1011110 1101 101100111 1011100 101101

Color Harmonies of #DF090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF090D

Black with #DF090D

Text Example


Text Example

White with #DF090D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF090D; }

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

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

background-color css

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

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

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

border-color css

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

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

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