Html Css Color HEX #D4010E Venetian Red

📋 copy color: '#D4010E'

red 212 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #D4010E

Tints of Venetian Red #D4010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 93.39%
G = 0.44%
B = 6.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4010E (or 0xD4010E) is known color: Venetian Red. HEX triplet: D4, 01 and 0E. RGB value is (212,1,14). Sum of RGB (Red+Green+Blue) = 212+1+14=227 (30% of max value = 765). Red value is 212 (83.20% from 255 or 93.39% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 212 - color contains mainly: red. Hex color #D4010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4010E is #2BFEF1. Grayscale: #414141. Windows color (decimal): -2883314 or 917972. OLE color: 917972.

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

Color convert

RGB 212 1 14 -
CMYK 0 1.00 0.93 0.17
HSL 356.3º 0.99% 0.42% -
HSV(B) 356.3º 1% 0.83% -
XYZ 27.24 14.05 1.69 -
YUV 65.57 98.9 232.44 -
System Red Green Blue C M Y K H S L
Decimal 212 1 14 0 1.00 0.93 0.17 356.3 0.99 0.42
Hex D4 1 E 0 64 5D 11 164 63 2A
Octal 324 1 16 0 144 135 21 544 143 52
Binary 11010100 1 1110 0 1100100 1011101 10001 101100100 1100011 101010

Color Harmonies of #D4010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4010E

Black with #D4010E

Text Example


Text Example

White with #D4010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4010E; }

 p { color: rgb(212,1,14); }

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

background-color css

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

 a { background-color: rgb(212,1,14); }

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

border-color css

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

 span { border-color: rgb(212,1,14); }

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