Html Css Color HEX #D6050A Venetian Red

📋 copy color: '#D6050A'

red 214 ◦ green 5 ◦ blue 10

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

Shades of Venetian Red #D6050A

Tints of Venetian Red #D6050A

RGB

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

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

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

R = 93.45%
G = 2.18%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6050A (or 0xD6050A) is known color: Venetian Red. HEX triplet: D6, 05 and 0A. RGB value is (214,5,10). Sum of RGB (Red+Green+Blue) = 214+5+10=229 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.45% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 214 - color contains mainly: red. Hex color #D6050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6050A is #29FAF5. Grayscale: #444444. Windows color (decimal): -2751222 or 656854. OLE color: 656854.

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

Color convert

RGB 214 5 10 -
CMYK 0 0.98 0.95 0.16
HSL 358.56º 0.95% 0.43% -
HSV(B) 358.56º 0.98% 0.84% -
XYZ 27.84 14.43 1.6 -
YUV 68.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 214 5 10 0 0.98 0.95 0.16 358.56 0.95 0.43
Hex D6 5 A 0 62 5F 10 167 5F 2B
Octal 326 5 12 0 142 137 20 547 137 53
Binary 11010110 101 1010 0 1100010 1011111 10000 101100111 1011111 101011

Color Harmonies of #D6050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6050A

Black with #D6050A

Text Example


Text Example

White with #D6050A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6050A; }

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

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

background-color css

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

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

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

border-color css

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

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

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