Html Css Color HEX #D6050B Venetian Red

📋 copy color: '#D6050B'

red 214 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #D6050B

Tints of Venetian Red #D6050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.78%

R = 93.04%
G = 2.17%
B = 4.78%

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

#D6050B (or 0xD6050B) is known color: Venetian Red. HEX triplet: D6, 05 and 0B. RGB value is (214,5,11). Sum of RGB (Red+Green+Blue) = 214+5+11=230 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.04% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 214 - color contains mainly: red. Hex color #D6050B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6050B is #29FAF4. Grayscale: #444444. Windows color (decimal): -2751221 or 722390. OLE color: 722390.

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

Color convert

RGB 214 5 11 -
CMYK 0 0.98 0.95 0.16
HSL 358.28º 0.95% 0.43% -
HSV(B) 358.28º 0.98% 0.84% -
XYZ 27.85 14.43 1.63 -
YUV 68.18 95.74 232.01 -
System Red Green Blue C M Y K H S L
Decimal 214 5 11 0 0.98 0.95 0.16 358.28 0.95 0.43
Hex D6 5 B 0 62 5F 10 166 5F 2B
Octal 326 5 13 0 142 137 20 546 137 53
Binary 11010110 101 1011 0 1100010 1011111 10000 101100110 1011111 101011

Color Harmonies of #D6050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6050B

Black with #D6050B

Text Example


Text Example

White with #D6050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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