Html Css Color HEX #D00415 Venetian Red

📋 copy color: '#D00415'

red 208 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #D00415

Tints of Venetian Red #D00415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 89.27%
G = 1.72%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00415 (or 0xD00415) is known color: Venetian Red. HEX triplet: D0, 04 and 15. RGB value is (208,4,21). Sum of RGB (Red+Green+Blue) = 208+4+21=233 (30% of max value = 765). Red value is 208 (81.64% from 255 or 89.27% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 208 - color contains mainly: red. Hex color #D00415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00415 is #2FFBEA. Grayscale: #434343. Windows color (decimal): -3144683 or 1377488. OLE color: 1377488.

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

Color convert

RGB 208 4 21 -
CMYK 0 0.98 0.90 0.18
HSL 355º 0.96% 0.42% -
HSV(B) 355º 0.98% 0.82% -
XYZ 26.19 13.55 1.94 -
YUV 66.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 208 4 21 0 0.98 0.90 0.18 355 0.96 0.42
Hex D0 4 15 0 62 5A 12 163 60 2A
Octal 320 4 25 0 142 132 22 543 140 52
Binary 11010000 100 10101 0 1100010 1011010 10010 101100011 1100000 101010

Color Harmonies of #D00415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00415

Black with #D00415

Text Example


Text Example

White with #D00415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00415; }

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

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

background-color css

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

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

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

border-color css

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

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

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