Html Css Color HEX #D3030F Venetian Red

📋 copy color: '#D3030F'

red 211 ◦ green 3 ◦ blue 15

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

Shades of Venetian Red #D3030F

Tints of Venetian Red #D3030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 92.14%
G = 1.31%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3030F (or 0xD3030F) is known color: Venetian Red. HEX triplet: D3, 03 and 0F. RGB value is (211,3,15). Sum of RGB (Red+Green+Blue) = 211+3+15=229 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.14% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 211 - color contains mainly: red. Hex color #D3030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3030F is #2CFCF0. Grayscale: #424242. Windows color (decimal): -2948337 or 984019. OLE color: 984019.

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

Color convert

RGB 211 3 15 -
CMYK 0 0.99 0.93 0.17
HSL 356.54º 0.97% 0.42% -
HSV(B) 356.54º 0.99% 0.83% -
XYZ 26.98 13.95 1.72 -
YUV 66.56 98.91 231.02 -
System Red Green Blue C M Y K H S L
Decimal 211 3 15 0 0.99 0.93 0.17 356.54 0.97 0.42
Hex D3 3 F 0 63 5D 11 165 61 2A
Octal 323 3 17 0 143 135 21 545 141 52
Binary 11010011 11 1111 0 1100011 1011101 10001 101100101 1100001 101010

Color Harmonies of #D3030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3030F

Black with #D3030F

Text Example


Text Example

White with #D3030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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