Html Css Color HEX #DF0312 Venetian Red

📋 copy color: '#DF0312'

red 223 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #DF0312

Tints of Venetian Red #DF0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 91.39%
G = 1.23%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0312 (or 0xDF0312) is known color: Venetian Red. HEX triplet: DF, 03 and 12. RGB value is (223,3,18). Sum of RGB (Red+Green+Blue) = 223+3+18=244 (32% of max value = 765). Red value is 223 (87.5% from 255 or 91.39% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0312 is #20FCED. Grayscale: #464646. Windows color (decimal): -2161902 or 1180639. OLE color: 1180639.

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

Color convert

RGB 223 3 18 -
CMYK 0 0.99 0.92 0.13
HSL 355.91º 0.97% 0.44% -
HSV(B) 355.91º 0.99% 0.87% -
XYZ 30.57 15.8 2.01 -
YUV 70.49 98.39 236.78 -
System Red Green Blue C M Y K H S L
Decimal 223 3 18 0 0.99 0.92 0.13 355.91 0.97 0.44
Hex DF 3 12 0 63 5C D 164 61 2C
Octal 337 3 22 0 143 134 15 544 141 54
Binary 11011111 11 10010 0 1100011 1011100 1101 101100100 1100001 101100

Color Harmonies of #DF0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0312

Black with #DF0312

Text Example


Text Example

White with #DF0312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0312; }

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

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

background-color css

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

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

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

border-color css

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

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

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