Html Css Color HEX #D4000B Venetian Red

📋 copy color: '#D4000B'

red 212 ◦ green 0 ◦ blue 11

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

Shades of Venetian Red #D4000B

Tints of Venetian Red #D4000B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.93%

R = 95.07%
G = 0%
B = 4.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4000B (or 0xD4000B) is known color: Venetian Red. HEX triplet: D4, 00 and 0B. RGB value is (212,0,11). Sum of RGB (Red+Green+Blue) = 212+0+11=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D4000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4000B is #2BFFF4. Grayscale: #404040. Windows color (decimal): -2883573 or 721108. OLE color: 721108.

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

Color convert

RGB 212 0 11 -
CMYK 0 1 0.95 0.17
HSL 356.89º 1% 0.42% -
HSV(B) 356.89º 1% 0.83% -
XYZ 27.21 14.02 1.59 -
YUV 64.64 97.74 233.11 -
System Red Green Blue C M Y K H S L
Decimal 212 0 11 0 1 0.95 0.17 356.89 1 0.42
Hex D4 0 B 0 64 5F 11 165 64 2A
Octal 324 0 13 0 144 137 21 545 144 52
Binary 11010100 0 1011 0 1100100 1011111 10001 101100101 1100100 101010

Color Harmonies of #D4000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4000B

Black with #D4000B

Text Example


Text Example

White with #D4000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4000B; }

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

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

background-color css

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

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

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

border-color css

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

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

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