Html Css Color HEX #D4061A Venetian Red

📋 copy color: '#D4061A'

red 212 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #D4061A

Tints of Venetian Red #D4061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 86.89%
G = 2.46%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4061A (or 0xD4061A) is known color: Venetian Red. HEX triplet: D4, 06 and 1A. RGB value is (212,6,26). Sum of RGB (Red+Green+Blue) = 212+6+26=244 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.89% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 212 - color contains mainly: red. Hex color #D4061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4061A is #2BF9E5. Grayscale: #464646. Windows color (decimal): -2882022 or 1705684. OLE color: 1705684.

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

Color convert

RGB 212 6 26 -
CMYK 0 0.97 0.88 0.17
HSL 354.17º 0.94% 0.43% -
HSV(B) 354.17º 0.97% 0.83% -
XYZ 27.4 14.2 2.27 -
YUV 69.87 103.25 229.37 -
System Red Green Blue C M Y K H S L
Decimal 212 6 26 0 0.97 0.88 0.17 354.17 0.94 0.43
Hex D4 6 1A 0 61 58 11 162 5E 2B
Octal 324 6 32 0 141 130 21 542 136 53
Binary 11010100 110 11010 0 1100001 1011000 10001 101100010 1011110 101011

Color Harmonies of #D4061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4061A

Black with #D4061A

Text Example


Text Example

White with #D4061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4061A; }

 p { color: rgb(212,6,26); }

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

background-color css

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

 a { background-color: rgb(212,6,26); }

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

border-color css

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

 span { border-color: rgb(212,6,26); }

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