Html Css Color HEX #D30918 Venetian Red

📋 copy color: '#D30918'

red 211 ◦ green 9 ◦ blue 24

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

Shades of Venetian Red #D30918

Tints of Venetian Red #D30918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.69%

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

R = 86.48%
G = 3.69%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D30918 (or 0xD30918) is known color: Venetian Red. HEX triplet: D3, 09 and 18. RGB value is (211,9,24). Sum of RGB (Red+Green+Blue) = 211+9+24=244 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.48% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 211 - color contains mainly: red. Hex color #D30918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30918 is #2CF6E7. Grayscale: #474747. Windows color (decimal): -2946792 or 1575379. OLE color: 1575379.

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

Color convert

RGB 211 9 24 -
CMYK 0 0.96 0.89 0.17
HSL 355.54º 0.92% 0.43% -
HSV(B) 355.54º 0.96% 0.83% -
XYZ 27.13 14.11 2.16 -
YUV 71.11 101.42 227.78 -
System Red Green Blue C M Y K H S L
Decimal 211 9 24 0 0.96 0.89 0.17 355.54 0.92 0.43
Hex D3 9 18 0 60 59 11 164 5C 2B
Octal 323 11 30 0 140 131 21 544 134 53
Binary 11010011 1001 11000 0 1100000 1011001 10001 101100100 1011100 101011

Color Harmonies of #D30918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30918

Black with #D30918

Text Example


Text Example

White with #D30918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30918; }

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

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

background-color css

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

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

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

border-color css

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

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

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