Html Css Color HEX #D6050F Venetian Red

📋 copy color: '#D6050F'

red 214 ◦ green 5 ◦ blue 15

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

Shades of Venetian Red #D6050F

Tints of Venetian Red #D6050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 91.45%
G = 2.14%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6050F (or 0xD6050F) is known color: Venetian Red. HEX triplet: D6, 05 and 0F. RGB value is (214,5,15). Sum of RGB (Red+Green+Blue) = 214+5+15=234 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.45% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 214 - color contains mainly: red. Hex color #D6050F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6050F is #29FAF0. Grayscale: #444444. Windows color (decimal): -2751217 or 984534. OLE color: 984534.

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

Color convert

RGB 214 5 15 -
CMYK 0 0.98 0.93 0.16
HSL 357.13º 0.95% 0.43% -
HSV(B) 357.13º 0.98% 0.84% -
XYZ 27.87 14.44 1.77 -
YUV 68.63 97.74 231.69 -
System Red Green Blue C M Y K H S L
Decimal 214 5 15 0 0.98 0.93 0.16 357.13 0.95 0.43
Hex D6 5 F 0 62 5D 10 165 5F 2B
Octal 326 5 17 0 142 135 20 545 137 53
Binary 11010110 101 1111 0 1100010 1011101 10000 101100101 1011111 101011

Color Harmonies of #D6050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6050F

Black with #D6050F

Text Example


Text Example

White with #D6050F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6050F; }

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

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

background-color css

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

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

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

border-color css

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

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

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