Html Css Color HEX #D00512 Venetian Red

📋 copy color: '#D00512'

red 208 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #D00512

Tints of Venetian Red #D00512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 90.04%
G = 2.16%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D00512 (or 0xD00512) is known color: Venetian Red. HEX triplet: D0, 05 and 12. RGB value is (208,5,18). Sum of RGB (Red+Green+Blue) = 208+5+18=231 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.04% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 208 - color contains mainly: red. Hex color #D00512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00512 is #2FFAED. Grayscale: #434343. Windows color (decimal): -3144430 or 1181136. OLE color: 1181136.

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

Color convert

RGB 208 5 18 -
CMYK 0 0.98 0.91 0.18
HSL 356.16º 0.95% 0.42% -
HSV(B) 356.16º 0.98% 0.82% -
XYZ 26.18 13.56 1.81 -
YUV 67.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 208 5 18 0 0.98 0.91 0.18 356.16 0.95 0.42
Hex D0 5 12 0 62 5B 12 164 5F 2A
Octal 320 5 22 0 142 133 22 544 137 52
Binary 11010000 101 10010 0 1100010 1011011 10010 101100100 1011111 101010

Color Harmonies of #D00512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00512

Black with #D00512

Text Example


Text Example

White with #D00512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00512; }

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

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

background-color css

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

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

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

border-color css

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

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

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