Html Css Color HEX #D30415 Venetian Red

📋 copy color: '#D30415'

red 211 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #D30415

Tints of Venetian Red #D30415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 89.41%
G = 1.69%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D30415 (or 0xD30415) is known color: Venetian Red. HEX triplet: D3, 04 and 15. RGB value is (211,4,21). Sum of RGB (Red+Green+Blue) = 211+4+21=236 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.41% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 211 - color contains mainly: red. Hex color #D30415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30415 is #2CFBEA. Grayscale: #434343. Windows color (decimal): -2948075 or 1377491. OLE color: 1377491.

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

Color convert

RGB 211 4 21 -
CMYK 0 0.98 0.90 0.17
HSL 355.07º 0.96% 0.42% -
HSV(B) 355.07º 0.98% 0.83% -
XYZ 27.04 13.99 1.98 -
YUV 67.83 101.58 230.12 -
System Red Green Blue C M Y K H S L
Decimal 211 4 21 0 0.98 0.90 0.17 355.07 0.96 0.42
Hex D3 4 15 0 62 5A 11 163 60 2A
Octal 323 4 25 0 142 132 21 543 140 52
Binary 11010011 100 10101 0 1100010 1011010 10001 101100011 1100000 101010

Color Harmonies of #D30415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30415

Black with #D30415

Text Example


Text Example

White with #D30415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30415; }

 p { color: rgb(211,4,21); }

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

background-color css

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

 a { background-color: rgb(211,4,21); }

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

border-color css

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

 span { border-color: rgb(211,4,21); }

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