Html Css Color HEX #D40323 Venetian Red

📋 copy color: '#D40323'

red 212 ◦ green 3 ◦ blue 35

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

Shades of Venetian Red #D40323

Tints of Venetian Red #D40323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14%

R = 84.8%
G = 1.2%
B = 14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40323 (or 0xD40323) is known color: Venetian Red. HEX triplet: D4, 03 and 23. RGB value is (212,3,35). Sum of RGB (Red+Green+Blue) = 212+3+35=250 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 212 - color contains mainly: red. Hex color #D40323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40323 is #2BFCDC. Grayscale: #454545. Windows color (decimal): -2882781 or 2294740. OLE color: 2294740.

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

Color convert

RGB 212 3 35 -
CMYK 0 0.99 0.83 0.17
HSL 350.81º 0.97% 0.42% -
HSV(B) 350.81º 0.99% 0.83% -
XYZ 27.49 14.18 2.88 -
YUV 69.14 108.74 229.9 -
System Red Green Blue C M Y K H S L
Decimal 212 3 35 0 0.99 0.83 0.17 350.81 0.97 0.42
Hex D4 3 23 0 63 53 11 15F 61 2A
Octal 324 3 43 0 143 123 21 537 141 52
Binary 11010100 11 100011 0 1100011 1010011 10001 101011111 1100001 101010

Color Harmonies of #D40323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40323

Black with #D40323

Text Example


Text Example

White with #D40323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40323; }

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

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

background-color css

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

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

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

border-color css

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

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

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