Html Css Color HEX #D40B13 Venetian Red

📋 copy color: '#D40B13'

red 212 ◦ green 11 ◦ blue 19

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

Shades of Venetian Red #D40B13

Tints of Venetian Red #D40B13

RGB

 RED value IS 212 (83.2% from 255) = 87.6%

 GREEN value IS 11 (4.69% from 255) = 4.55%

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 87.6%
G = 4.55%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D40B13 (or 0xD40B13) is known color: Venetian Red. HEX triplet: D4, 0B and 13. RGB value is (212,11,19). Sum of RGB (Red+Green+Blue) = 212+11+19=242 (32% of max value = 765). Red value is 212 (83.20% from 255 or 87.60% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 212 - color contains mainly: red. Hex color #D40B13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40B13 is #2BF4EC. Grayscale: #484848. Windows color (decimal): -2880749 or 1248212. OLE color: 1248212.

HSL color Cylindrical-coordinate representation of color #D40B13: hue angle of 357.61º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40B13 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 11 19 -
CMYK 0 0.95 0.91 0.17
HSL 357.61º 0.9% 0.44% -
HSV(B) 357.61º 0.95% 0.83% -
XYZ 27.39 14.28 1.93 -
YUV 72.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 212 11 19 0 0.95 0.91 0.17 357.61 0.9 0.44
Hex D4 B 13 0 5F 5B 11 166 5A 2C
Octal 324 13 23 0 137 133 21 546 132 54
Binary 11010100 1011 10011 0 1011111 1011011 10001 101100110 1011010 101100

Color Harmonies of #D40B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40B13

Black with #D40B13

Text Example


Text Example

White with #D40B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40B13; }

 p { color: rgb(212,11,19); }

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

background-color css

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

 a { background-color: rgb(212,11,19); }

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

border-color css

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

 span { border-color: rgb(212,11,19); }

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