Html Css Color HEX #D00712 Venetian Red

📋 copy color: '#D00712'

red 208 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #D00712

Tints of Venetian Red #D00712

RGB

 RED value IS 208 (81.64% from 255) = 89.27%

 GREEN value IS 7 (3.13% from 255) = 3%

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

R = 89.27%
G = 3%
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

#D00712 (or 0xD00712) is known color: Venetian Red. HEX triplet: D0, 07 and 12. RGB value is (208,7,18). Sum of RGB (Red+Green+Blue) = 208+7+18=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00712 is #2FF8ED. Grayscale: #444444. Windows color (decimal): -3143918 or 1181648. OLE color: 1181648.

HSL color Cylindrical-coordinate representation of color #D00712: hue angle of 356.72º degrees, saturation: 0.93, 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 #D00712 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 18 -
CMYK 0 0.97 0.91 0.18
HSL 356.72º 0.93% 0.42% -
HSV(B) 356.72º 0.97% 0.82% -
XYZ 26.2 13.61 1.82 -
YUV 68.35 99.59 227.61 -
System Red Green Blue C M Y K H S L
Decimal 208 7 18 0 0.97 0.91 0.18 356.72 0.93 0.42
Hex D0 7 12 0 61 5B 12 165 5D 2A
Octal 320 7 22 0 141 133 22 545 135 52
Binary 11010000 111 10010 0 1100001 1011011 10010 101100101 1011101 101010

Color Harmonies of #D00712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00712

Black with #D00712

Text Example


Text Example

White with #D00712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00712; }

 p { color: rgb(208,7,18); }

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

background-color css

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

 a { background-color: rgb(208,7,18); }

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

border-color css

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

 span { border-color: rgb(208,7,18); }

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