Html Css Color HEX #D40423 Venetian Red

📋 copy color: '#D40423'

red 212 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #D40423

Tints of Venetian Red #D40423

RGB

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

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

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

R = 84.46%
G = 1.59%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40423 (or 0xD40423) is known color: Venetian Red. HEX triplet: D4, 04 and 23. RGB value is (212,4,35). Sum of RGB (Red+Green+Blue) = 212+4+35=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D40423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40423 is #2BFBDC. Grayscale: #454545. Windows color (decimal): -2882525 or 2294996. OLE color: 2294996.

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

Color convert

RGB 212 4 35 -
CMYK 0 0.98 0.83 0.17
HSL 351.06º 0.96% 0.42% -
HSV(B) 351.06º 0.98% 0.83% -
XYZ 27.5 14.21 2.88 -
YUV 69.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 212 4 35 0 0.98 0.83 0.17 351.06 0.96 0.42
Hex D4 4 23 0 62 53 11 15F 60 2A
Octal 324 4 43 0 142 123 21 537 140 52
Binary 11010100 100 100011 0 1100010 1010011 10001 101011111 1100000 101010

Color Harmonies of #D40423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40423

Black with #D40423

Text Example


Text Example

White with #D40423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40423; }

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

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

background-color css

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

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

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

border-color css

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

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

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