Html Css Color HEX #D30318 Venetian Red

📋 copy color: '#D30318'

red 211 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #D30318

Tints of Venetian Red #D30318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 24 (9.77% from 255) = 10.08%

R = 88.66%
G = 1.26%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D30318 (or 0xD30318) is known color: Venetian Red. HEX triplet: D3, 03 and 18. RGB value is (211,3,24). Sum of RGB (Red+Green+Blue) = 211+3+24=238 (31% of max value = 765). Red value is 211 (82.81% from 255 or 88.66% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 211 - color contains mainly: red. Hex color #D30318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30318 is #2CFCE7. Grayscale: #434343. Windows color (decimal): -2948328 or 1573843. OLE color: 1573843.

HSL color Cylindrical-coordinate representation of color #D30318: hue angle of 353.94º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30318 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 24 -
CMYK 0 0.99 0.89 0.17
HSL 353.94º 0.97% 0.42% -
HSV(B) 353.94º 0.99% 0.83% -
XYZ 27.06 13.98 2.14 -
YUV 67.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 211 3 24 0 0.99 0.89 0.17 353.94 0.97 0.42
Hex D3 3 18 0 63 59 11 162 61 2A
Octal 323 3 30 0 143 131 21 542 141 52
Binary 11010011 11 11000 0 1100011 1011001 10001 101100010 1100001 101010

Color Harmonies of #D30318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30318

Black with #D30318

Text Example


Text Example

White with #D30318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30318; }

 p { color: rgb(211,3,24); }

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

background-color css

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

 a { background-color: rgb(211,3,24); }

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

border-color css

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

 span { border-color: rgb(211,3,24); }

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