Html Css Color HEX #D8001C Venetian Red

📋 copy color: '#D8001C'

red 216 ◦ green 0 ◦ blue 28

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

Shades of Venetian Red #D8001C

Tints of Venetian Red #D8001C

RGB

 RED value IS 216 (84.77% from 255) = 88.52%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 88.52%
G = 0%
B = 11.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8001C (or 0xD8001C) is known color: Venetian Red. HEX triplet: D8, 00 and 1C. RGB value is (216,0,28). Sum of RGB (Red+Green+Blue) = 216+0+28=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001C is #27FFE3. Grayscale: #434343. Windows color (decimal): -2621412 or 1835224. OLE color: 1835224.

HSL color Cylindrical-coordinate representation of color #D8001C: hue angle of 352.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 28 -
CMYK 0 1 0.87 0.15
HSL 352.22º 1% 0.42% -
HSV(B) 352.22º 1% 0.85% -
XYZ 28.53 14.68 2.43 -
YUV 67.78 105.56 233.72 -
System Red Green Blue C M Y K H S L
Decimal 216 0 28 0 1 0.87 0.15 352.22 1 0.42
Hex D8 0 1C 0 64 57 F 160 64 2A
Octal 330 0 34 0 144 127 17 540 144 52
Binary 11011000 0 11100 0 1100100 1010111 1111 101100000 1100100 101010

Color Harmonies of #D8001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8001C

Black with #D8001C

Text Example


Text Example

White with #D8001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8001C; }

 p { color: rgb(216,0,28); }

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

background-color css

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

 a { background-color: rgb(216,0,28); }

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

border-color css

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

 span { border-color: rgb(216,0,28); }

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