Html Css Color HEX #DF080C Venetian Red

📋 copy color: '#DF080C'

red 223 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #DF080C

Tints of Venetian Red #DF080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 91.77%
G = 3.29%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF080C (or 0xDF080C) is known color: Venetian Red. HEX triplet: DF, 08 and 0C. RGB value is (223,8,12). Sum of RGB (Red+Green+Blue) = 223+8+12=243 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.77% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 223 - color contains mainly: red. Hex color #DF080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF080C is #20F7F3. Grayscale: #484848. Windows color (decimal): -2160628 or 788703. OLE color: 788703.

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

Color convert

RGB 223 8 12 -
CMYK 0 0.96 0.95 0.13
HSL 358.88º 0.93% 0.45% -
HSV(B) 358.88º 0.96% 0.87% -
XYZ 30.58 15.89 1.8 -
YUV 72.74 93.73 235.17 -
System Red Green Blue C M Y K H S L
Decimal 223 8 12 0 0.96 0.95 0.13 358.88 0.93 0.45
Hex DF 8 C 0 60 5F D 167 5D 2D
Octal 337 10 14 0 140 137 15 547 135 55
Binary 11011111 1000 1100 0 1100000 1011111 1101 101100111 1011101 101101

Color Harmonies of #DF080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF080C

Black with #DF080C

Text Example


Text Example

White with #DF080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF080C; }

 p { color: rgb(223,8,12); }

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

background-color css

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

 a { background-color: rgb(223,8,12); }

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

border-color css

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

 span { border-color: rgb(223,8,12); }

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