Html Css Color HEX #D4050A Venetian Red

📋 copy color: '#D4050A'

red 212 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #D4050A

Tints of Venetian Red #D4050A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

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

R = 93.39%
G = 2.2%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D4050A (or 0xD4050A) is known color: Venetian Red. HEX triplet: D4, 05 and 0A. RGB value is (212,5,10). Sum of RGB (Red+Green+Blue) = 212+5+10=227 (30% of max value = 765). Red value is 212 (83.20% from 255 or 93.39% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 212 - color contains mainly: red. Hex color #D4050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D4050A is #2BFAF5. Grayscale: #434343. Windows color (decimal): -2882294 or 656852. OLE color: 656852.

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

Color convert

RGB 212 5 10 -
CMYK 0 0.98 0.95 0.17
HSL 358.55º 0.95% 0.43% -
HSV(B) 358.55º 0.98% 0.83% -
XYZ 27.26 14.13 1.58 -
YUV 67.46 95.58 231.09 -
System Red Green Blue C M Y K H S L
Decimal 212 5 10 0 0.98 0.95 0.17 358.55 0.95 0.43
Hex D4 5 A 0 62 5F 11 167 5F 2B
Octal 324 5 12 0 142 137 21 547 137 53
Binary 11010100 101 1010 0 1100010 1011111 10001 101100111 1011111 101011

Color Harmonies of #D4050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4050A

Black with #D4050A

Text Example


Text Example

White with #D4050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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