Html Css Color HEX #D40308 Venetian Red

📋 copy color: '#D40308'

red 212 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #D40308

Tints of Venetian Red #D40308

RGB

 RED value IS 212 (83.2% from 255) = 95.07%

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

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 95.07%
G = 1.35%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D40308 (or 0xD40308) is known color: Venetian Red. HEX triplet: D4, 03 and 08. RGB value is (212,3,8). Sum of RGB (Red+Green+Blue) = 212+3+8=223 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.07% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 212 - color contains mainly: red. Hex color #D40308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40308 is #2BFCF7. Grayscale: #424242. Windows color (decimal): -2882808 or 525268. OLE color: 525268.

HSL color Cylindrical-coordinate representation of color #D40308: hue angle of 358.56º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40308 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 8 -
CMYK 0 0.99 0.96 0.17
HSL 358.56º 0.97% 0.42% -
HSV(B) 358.56º 0.99% 0.83% -
XYZ 27.23 14.08 1.51 -
YUV 66.06 95.24 232.09 -
System Red Green Blue C M Y K H S L
Decimal 212 3 8 0 0.99 0.96 0.17 358.56 0.97 0.42
Hex D4 3 8 0 63 60 11 167 61 2A
Octal 324 3 10 0 143 140 21 547 141 52
Binary 11010100 11 1000 0 1100011 1100000 10001 101100111 1100001 101010

Color Harmonies of #D40308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40308

Black with #D40308

Text Example


Text Example

White with #D40308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40308; }

 p { color: rgb(212,3,8); }

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

background-color css

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

 a { background-color: rgb(212,3,8); }

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

border-color css

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

 span { border-color: rgb(212,3,8); }

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