Html Css Color HEX #D30814 Venetian Red

📋 copy color: '#D30814'

red 211 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #D30814

Tints of Venetian Red #D30814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.37%

R = 88.28%
G = 3.35%
B = 8.37%

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

#D30814 (or 0xD30814) is known color: Venetian Red. HEX triplet: D3, 08 and 14. RGB value is (211,8,20). Sum of RGB (Red+Green+Blue) = 211+8+20=239 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.28% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 211 - color contains mainly: red. Hex color #D30814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30814 is #2CF7EB. Grayscale: #464646. Windows color (decimal): -2947052 or 1312979. OLE color: 1312979.

HSL color Cylindrical-coordinate representation of color #D30814: hue angle of 356.45º 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 #D30814 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 8 20 -
CMYK 0 0.96 0.91 0.17
HSL 356.45º 0.93% 0.43% -
HSV(B) 356.45º 0.96% 0.83% -
XYZ 27.08 14.07 1.95 -
YUV 70.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 211 8 20 0 0.96 0.91 0.17 356.45 0.93 0.43
Hex D3 8 14 0 60 5B 11 164 5D 2B
Octal 323 10 24 0 140 133 21 544 135 53
Binary 11010011 1000 10100 0 1100000 1011011 10001 101100100 1011101 101011

Color Harmonies of #D30814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30814

Black with #D30814

Text Example


Text Example

White with #D30814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30814; }

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

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

background-color css

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

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

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

border-color css

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

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

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