Html Css Color HEX #D40317 Venetian Red

📋 copy color: '#D40317'

red 212 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #D40317

Tints of Venetian Red #D40317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 89.08%
G = 1.26%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D40317 (or 0xD40317) is known color: Venetian Red. HEX triplet: D4, 03 and 17. RGB value is (212,3,23). Sum of RGB (Red+Green+Blue) = 212+3+23=238 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.08% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 212 - color contains mainly: red. Hex color #D40317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40317 is #2BFCE8. Grayscale: #434343. Windows color (decimal): -2882793 or 1508308. OLE color: 1508308.

HSL color Cylindrical-coordinate representation of color #D40317: hue angle of 354.26º 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 #D40317 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 3 23 -
CMYK 0 0.99 0.89 0.17
HSL 354.26º 0.97% 0.42% -
HSV(B) 354.26º 0.99% 0.83% -
XYZ 27.34 14.12 2.1 -
YUV 67.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 212 3 23 0 0.99 0.89 0.17 354.26 0.97 0.42
Hex D4 3 17 0 63 59 11 162 61 2A
Octal 324 3 27 0 143 131 21 542 141 52
Binary 11010100 11 10111 0 1100011 1011001 10001 101100010 1100001 101010

Color Harmonies of #D40317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40317

Black with #D40317

Text Example


Text Example

White with #D40317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40317; }

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

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

background-color css

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

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

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

border-color css

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

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

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