Html Css Color HEX #D60311 Venetian Red

📋 copy color: '#D60311'

red 214 ◦ green 3 ◦ blue 17

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

Shades of Venetian Red #D60311

Tints of Venetian Red #D60311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 91.45%
G = 1.28%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D60311 (or 0xD60311) is known color: Venetian Red. HEX triplet: D6, 03 and 11. RGB value is (214,3,17). Sum of RGB (Red+Green+Blue) = 214+3+17=234 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.45% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 214 - color contains mainly: red. Hex color #D60311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60311 is #29FCEE. Grayscale: #434343. Windows color (decimal): -2751727 or 1115094. OLE color: 1115094.

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

Color convert

RGB 214 3 17 -
CMYK 0 0.99 0.92 0.16
HSL 356.02º 0.97% 0.43% -
HSV(B) 356.02º 0.99% 0.84% -
XYZ 27.87 14.4 1.84 -
YUV 67.69 99.4 232.36 -
System Red Green Blue C M Y K H S L
Decimal 214 3 17 0 0.99 0.92 0.16 356.02 0.97 0.43
Hex D6 3 11 0 63 5C 10 164 61 2B
Octal 326 3 21 0 143 134 20 544 141 53
Binary 11010110 11 10001 0 1100011 1011100 10000 101100100 1100001 101011

Color Harmonies of #D60311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60311

Black with #D60311

Text Example


Text Example

White with #D60311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60311; }

 p { color: rgb(214,3,17); }

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

background-color css

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

 a { background-color: rgb(214,3,17); }

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

border-color css

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

 span { border-color: rgb(214,3,17); }

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