Html Css Color HEX #DF0612 Venetian Red

📋 copy color: '#DF0612'

red 223 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #DF0612

Tints of Venetian Red #DF0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.43%

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

R = 90.28%
G = 2.43%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF0612 (or 0xDF0612) is known color: Venetian Red. HEX triplet: DF, 06 and 12. RGB value is (223,6,18). Sum of RGB (Red+Green+Blue) = 223+6+18=247 (32% of max value = 765). Red value is 223 (87.5% from 255 or 90.28% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DF0612 is #20F9ED. Grayscale: #484848. Windows color (decimal): -2161134 or 1181407. OLE color: 1181407.

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

Color convert

RGB 223 6 18 -
CMYK 0 0.97 0.92 0.13
HSL 356.68º 0.95% 0.45% -
HSV(B) 356.68º 0.97% 0.87% -
XYZ 30.61 15.86 2.02 -
YUV 72.25 97.39 235.52 -
System Red Green Blue C M Y K H S L
Decimal 223 6 18 0 0.97 0.92 0.13 356.68 0.95 0.45
Hex DF 6 12 0 61 5C D 165 5F 2D
Octal 337 6 22 0 141 134 15 545 137 55
Binary 11011111 110 10010 0 1100001 1011100 1101 101100101 1011111 101101

Color Harmonies of #DF0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0612

Black with #DF0612

Text Example


Text Example

White with #DF0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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