Html Css Color HEX #D30A0E Venetian Red

📋 copy color: '#D30A0E'

red 211 ◦ green 10 ◦ blue 14

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

Shades of Venetian Red #D30A0E

Tints of Venetian Red #D30A0E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.26%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 89.79%
G = 4.26%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D30A0E (or 0xD30A0E) is known color: Venetian Red. HEX triplet: D3, 0A and 0E. RGB value is (211,10,14). Sum of RGB (Red+Green+Blue) = 211+10+14=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D30A0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30A0E is #2CF5F1. Grayscale: #464646. Windows color (decimal): -2946546 or 920275. OLE color: 920275.

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

Color convert

RGB 211 10 14 -
CMYK 0 0.95 0.93 0.17
HSL 358.81º 0.91% 0.43% -
HSV(B) 358.81º 0.95% 0.83% -
XYZ 27.05 14.1 1.71 -
YUV 70.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 211 10 14 0 0.95 0.93 0.17 358.81 0.91 0.43
Hex D3 A E 0 5F 5D 11 167 5B 2B
Octal 323 12 16 0 137 135 21 547 133 53
Binary 11010011 1010 1110 0 1011111 1011101 10001 101100111 1011011 101011

Color Harmonies of #D30A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30A0E

Black with #D30A0E

Text Example


Text Example

White with #D30A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30A0E; }

 p { color: rgb(211,10,14); }

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

background-color css

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

 a { background-color: rgb(211,10,14); }

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

border-color css

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

 span { border-color: rgb(211,10,14); }

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