Html Css Color HEX #D00915 Venetian Red

📋 copy color: '#D00915'

red 208 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #D00915

Tints of Venetian Red #D00915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 87.39%
G = 3.78%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00915 (or 0xD00915) is known color: Venetian Red. HEX triplet: D0, 09 and 15. RGB value is (208,9,21). Sum of RGB (Red+Green+Blue) = 208+9+21=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D00915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00915 is #2FF6EA. Grayscale: #464646. Windows color (decimal): -3143403 or 1378768. OLE color: 1378768.

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

Color convert

RGB 208 9 21 -
CMYK 0 0.96 0.90 0.18
HSL 356.38º 0.92% 0.43% -
HSV(B) 356.38º 0.96% 0.82% -
XYZ 26.25 13.66 1.96 -
YUV 69.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 208 9 21 0 0.96 0.90 0.18 356.38 0.92 0.43
Hex D0 9 15 0 60 5A 12 164 5C 2B
Octal 320 11 25 0 140 132 22 544 134 53
Binary 11010000 1001 10101 0 1100000 1011010 10010 101100100 1011100 101011

Color Harmonies of #D00915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00915

Black with #D00915

Text Example


Text Example

White with #D00915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00915; }

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

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

background-color css

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

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

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

border-color css

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

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

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