Html Css Color HEX #D30812 Venetian Red

📋 copy color: '#D30812'

red 211 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #D30812

Tints of Venetian Red #D30812

RGB

 RED value IS 211 (82.81% from 255) = 89.03%

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 89.03%
G = 3.38%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D30812 (or 0xD30812) is known color: Venetian Red. HEX triplet: D3, 08 and 12. RGB value is (211,8,18). Sum of RGB (Red+Green+Blue) = 211+8+18=237 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.03% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 211 - color contains mainly: red. Hex color #D30812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30812 is #2CF7ED. Grayscale: #464646. Windows color (decimal): -2947054 or 1181907. OLE color: 1181907.

HSL color Cylindrical-coordinate representation of color #D30812: hue angle of 357.04º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30812 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 8 18 -
CMYK 0 0.96 0.91 0.17
HSL 357.04º 0.93% 0.43% -
HSV(B) 357.04º 0.96% 0.83% -
XYZ 27.06 14.07 1.86 -
YUV 69.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 211 8 18 0 0.96 0.91 0.17 357.04 0.93 0.43
Hex D3 8 12 0 60 5B 11 165 5D 2B
Octal 323 10 22 0 140 133 21 545 135 53
Binary 11010011 1000 10010 0 1100000 1011011 10001 101100101 1011101 101011

Color Harmonies of #D30812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30812

Black with #D30812

Text Example


Text Example

White with #D30812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30812; }

 p { color: rgb(211,8,18); }

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

background-color css

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

 a { background-color: rgb(211,8,18); }

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

border-color css

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

 span { border-color: rgb(211,8,18); }

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