Html Css Color HEX #D10612 Venetian Red

📋 copy color: '#D10612'

red 209 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #D10612

Tints of Venetian Red #D10612

RGB

 RED value IS 209 (82.03% from 255) = 89.7%

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

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

R = 89.7%
G = 2.58%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D10612 (or 0xD10612) is known color: Venetian Red. HEX triplet: D1, 06 and 12. RGB value is (209,6,18). Sum of RGB (Red+Green+Blue) = 209+6+18=233 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.70% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 209 - color contains mainly: red. Hex color #D10612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10612 is #2EF9ED. Grayscale: #444444. Windows color (decimal): -3078638 or 1181393. OLE color: 1181393.

HSL color Cylindrical-coordinate representation of color #D10612: hue angle of 356.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10612 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 18 -
CMYK 0 0.97 0.91 0.18
HSL 356.45º 0.94% 0.42% -
HSV(B) 356.45º 0.97% 0.82% -
XYZ 26.47 13.73 1.83 -
YUV 68.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 209 6 18 0 0.97 0.91 0.18 356.45 0.94 0.42
Hex D1 6 12 0 61 5B 12 164 5E 2A
Octal 321 6 22 0 141 133 22 544 136 52
Binary 11010001 110 10010 0 1100001 1011011 10010 101100100 1011110 101010

Color Harmonies of #D10612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10612

Black with #D10612

Text Example


Text Example

White with #D10612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10612; }

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

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

background-color css

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

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

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

border-color css

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

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

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