Html Css Color HEX #D40640 Crimson

📋 copy color: '#D40640'

red 212 ◦ green 6 ◦ blue 64

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

Shades of Crimson #D40640

Tints of Crimson #D40640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 64 (25.39% from 255) = 22.7%

R = 75.18%
G = 2.13%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D40640 (or 0xD40640) is known color: Crimson. HEX triplet: D4, 06 and 40. RGB value is (212,6,64). Sum of RGB (Red+Green+Blue) = 212+6+64=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40640 is #2BF9BF. Grayscale: #4A4A4A. Windows color (decimal): -2881984 or 4196052. OLE color: 4196052.

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

Color convert

RGB 212 6 64 -
CMYK 0 0.97 0.70 0.17
HSL 343.11º 0.94% 0.43% -
HSV(B) 343.11º 0.97% 0.83% -
XYZ 28.14 14.5 6.17 -
YUV 74.21 122.25 226.28 -
System Red Green Blue C M Y K H S L
Decimal 212 6 64 0 0.97 0.70 0.17 343.11 0.94 0.43
Hex D4 6 40 0 61 46 11 157 5E 2B
Octal 324 6 100 0 141 106 21 527 136 53
Binary 11010100 110 1000000 0 1100001 1000110 10001 101010111 1011110 101011

Color Harmonies of #D40640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40640

Black with #D40640

Text Example


Text Example

White with #D40640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40640; }

 p { color: rgb(212,6,64); }

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

background-color css

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

 a { background-color: rgb(212,6,64); }

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

border-color css

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

 span { border-color: rgb(212,6,64); }

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