Html Css Color HEX #D4010A Venetian Red

📋 copy color: '#D4010A'

red 212 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #D4010A

Tints of Venetian Red #D4010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.48%

R = 95.07%
G = 0.45%
B = 4.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4010A (or 0xD4010A) is known color: Venetian Red. HEX triplet: D4, 01 and 0A. RGB value is (212,1,10). Sum of RGB (Red+Green+Blue) = 212+1+10=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D4010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4010A is #2BFEF5. Grayscale: #414141. Windows color (decimal): -2883318 or 655828. OLE color: 655828.

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

Color convert

RGB 212 1 10 -
CMYK 0 1.00 0.95 0.17
HSL 357.44º 0.99% 0.42% -
HSV(B) 357.44º 1% 0.83% -
XYZ 27.22 14.04 1.56 -
YUV 65.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 212 1 10 0 1.00 0.95 0.17 357.44 0.99 0.42
Hex D4 1 A 0 64 5F 11 165 63 2A
Octal 324 1 12 0 144 137 21 545 143 52
Binary 11010100 1 1010 0 1100100 1011111 10001 101100101 1100011 101010

Color Harmonies of #D4010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4010A

Black with #D4010A

Text Example


Text Example

White with #D4010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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