Html Css Color HEX #DF0A12 Venetian Red

📋 copy color: '#DF0A12'

red 223 ◦ green 10 ◦ blue 18

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

Shades of Venetian Red #DF0A12

Tints of Venetian Red #DF0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 88.84%
G = 3.98%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0A12 (or 0xDF0A12) is known color: Venetian Red. HEX triplet: DF, 0A and 12. RGB value is (223,10,18). Sum of RGB (Red+Green+Blue) = 223+10+18=251 (33% of max value = 765). Red value is 223 (87.5% from 255 or 88.84% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0A12 is #20F5ED. Grayscale: #4A4A4A. Windows color (decimal): -2160110 or 1182431. OLE color: 1182431.

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

Color convert

RGB 223 10 18 -
CMYK 0 0.96 0.92 0.13
HSL 357.75º 0.91% 0.46% -
HSV(B) 357.75º 0.96% 0.87% -
XYZ 30.65 15.95 2.04 -
YUV 74.6 96.07 233.85 -
System Red Green Blue C M Y K H S L
Decimal 223 10 18 0 0.96 0.92 0.13 357.75 0.91 0.46
Hex DF A 12 0 60 5C D 166 5B 2E
Octal 337 12 22 0 140 134 15 546 133 56
Binary 11011111 1010 10010 0 1100000 1011100 1101 101100110 1011011 101110

Color Harmonies of #DF0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0A12

Black with #DF0A12

Text Example


Text Example

White with #DF0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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