Html Css Color HEX #D6020A Venetian Red

📋 copy color: '#D6020A'

red 214 ◦ green 2 ◦ blue 10

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

Shades of Venetian Red #D6020A

Tints of Venetian Red #D6020A

RGB

 RED value IS 214 (83.98% from 255) = 94.69%

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 94.69%
G = 0.88%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6020A (or 0xD6020A) is known color: Venetian Red. HEX triplet: D6, 02 and 0A. RGB value is (214,2,10). Sum of RGB (Red+Green+Blue) = 214+2+10=226 (29% of max value = 765). Red value is 214 (83.98% from 255 or 94.69% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 214 - color contains mainly: red. Hex color #D6020A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6020A is #29FDF5. Grayscale: #424242. Windows color (decimal): -2751990 or 656086. OLE color: 656086.

HSL color Cylindrical-coordinate representation of color #D6020A: hue angle of 357.74º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6020A is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 10 -
CMYK 0 0.99 0.95 0.16
HSL 357.74º 0.98% 0.42% -
HSV(B) 357.74º 0.99% 0.84% -
XYZ 27.81 14.36 1.59 -
YUV 66.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 214 2 10 0 0.99 0.95 0.16 357.74 0.98 0.42
Hex D6 2 A 0 63 5F 10 166 62 2A
Octal 326 2 12 0 143 137 20 546 142 52
Binary 11010110 10 1010 0 1100011 1011111 10000 101100110 1100010 101010

Color Harmonies of #D6020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6020A

Black with #D6020A

Text Example


Text Example

White with #D6020A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6020A; }

 p { color: rgb(214,2,10); }

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

background-color css

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

 a { background-color: rgb(214,2,10); }

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

border-color css

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

 span { border-color: rgb(214,2,10); }

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