Html Css Color HEX #D3000F Venetian Red

📋 copy color: '#D3000F'

red 211 ◦ green 0 ◦ blue 15

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

Shades of Venetian Red #D3000F

Tints of Venetian Red #D3000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.36%
G = 0%
B = 6.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3000F (or 0xD3000F) is known color: Venetian Red. HEX triplet: D3, 00 and 0F. RGB value is (211,0,15). Sum of RGB (Red+Green+Blue) = 211+0+15=226 (29% of max value = 765). Red value is 211 (82.81% from 255 or 93.36% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 211 - color contains mainly: red. Hex color #D3000F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D3000F is #2CFFF0. Grayscale: #404040. Windows color (decimal): -2949105 or 983251. OLE color: 983251.

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

Color convert

RGB 211 0 15 -
CMYK 0 1 0.93 0.17
HSL 355.73º 1% 0.41% -
HSV(B) 355.73º 1% 0.83% -
XYZ 26.95 13.88 1.71 -
YUV 64.8 99.9 232.28 -
System Red Green Blue C M Y K H S L
Decimal 211 0 15 0 1 0.93 0.17 355.73 1 0.41
Hex D3 0 F 0 64 5D 11 164 64 29
Octal 323 0 17 0 144 135 21 544 144 51
Binary 11010011 0 1111 0 1100100 1011101 10001 101100100 1100100 101001

Color Harmonies of #D3000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3000F

Black with #D3000F

Text Example


Text Example

White with #D3000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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