Html Css Color HEX #D60A1B Venetian Red

📋 copy color: '#D60A1B'

red 214 ◦ green 10 ◦ blue 27

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

Shades of Venetian Red #D60A1B

Tints of Venetian Red #D60A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 27 (10.94% from 255) = 10.76%

R = 85.26%
G = 3.98%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D60A1B (or 0xD60A1B) is known color: Venetian Red. HEX triplet: D6, 0A and 1B. RGB value is (214,10,27). Sum of RGB (Red+Green+Blue) = 214+10+27=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60A1B is #29F5E4. Grayscale: #494949. Windows color (decimal): -2749925 or 1772246. OLE color: 1772246.

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

Color convert

RGB 214 10 27 -
CMYK 0 0.95 0.87 0.16
HSL 355º 0.91% 0.44% -
HSV(B) 355º 0.95% 0.84% -
XYZ 28.04 14.59 2.38 -
YUV 72.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 214 10 27 0 0.95 0.87 0.16 355 0.91 0.44
Hex D6 A 1B 0 5F 57 10 163 5B 2C
Octal 326 12 33 0 137 127 20 543 133 54
Binary 11010110 1010 11011 0 1011111 1010111 10000 101100011 1011011 101100

Color Harmonies of #D60A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60A1B

Black with #D60A1B

Text Example


Text Example

White with #D60A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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