Html Css Color HEX #D00015 Venetian Red

📋 copy color: '#D00015'

red 208 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #D00015

Tints of Venetian Red #D00015

RGB

 RED value IS 208 (81.64% from 255) = 90.83%

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

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 90.83%
G = 0%
B = 9.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00015 (or 0xD00015) is known color: Venetian Red. HEX triplet: D0, 00 and 15. RGB value is (208,0,21). Sum of RGB (Red+Green+Blue) = 208+0+21=229 (30% of max value = 765). Red value is 208 (81.64% from 255 or 90.83% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 208 - color contains mainly: red. Hex color #D00015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00015 is #2FFFEA. Grayscale: #404040. Windows color (decimal): -3145707 or 1376464. OLE color: 1376464.

HSL color Cylindrical-coordinate representation of color #D00015: hue angle of 353.94º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00015 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 21 -
CMYK 0 1 0.90 0.18
HSL 353.94º 1% 0.41% -
HSV(B) 353.94º 1% 0.82% -
XYZ 26.15 13.46 1.93 -
YUV 64.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 208 0 21 0 1 0.90 0.18 353.94 1 0.41
Hex D0 0 15 0 64 5A 12 162 64 29
Octal 320 0 25 0 144 132 22 542 144 51
Binary 11010000 0 10101 0 1100100 1011010 10010 101100010 1100100 101001

Color Harmonies of #D00015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00015

Black with #D00015

Text Example


Text Example

White with #D00015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00015; }

 p { color: rgb(208,0,21); }

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

background-color css

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

 a { background-color: rgb(208,0,21); }

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

border-color css

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

 span { border-color: rgb(208,0,21); }

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