Html Css Color HEX #D40E4B Crimson

📋 copy color: '#D40E4B'

red 212 ◦ green 14 ◦ blue 75

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

Shades of Crimson #D40E4B

Tints of Crimson #D40E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.65%

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 70.43%
G = 4.65%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D40E4B (or 0xD40E4B) is known color: Crimson. HEX triplet: D4, 0E and 4B. RGB value is (212,14,75). Sum of RGB (Red+Green+Blue) = 212+14+75=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40E4B is #2BF1B4. Grayscale: #505050. Windows color (decimal): -2879925 or 4918996. OLE color: 4918996.

HSL color Cylindrical-coordinate representation of color #D40E4B: hue angle of 341.52º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D40E4B is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 14 75 -
CMYK 0 0.93 0.65 0.17
HSL 341.52º 0.88% 0.44% -
HSV(B) 341.52º 0.93% 0.83% -
XYZ 28.58 14.82 8.01 -
YUV 80.16 125.1 222.04 -
System Red Green Blue C M Y K H S L
Decimal 212 14 75 0 0.93 0.65 0.17 341.52 0.88 0.44
Hex D4 E 4B 0 5D 41 11 156 58 2C
Octal 324 16 113 0 135 101 21 526 130 54
Binary 11010100 1110 1001011 0 1011101 1000001 10001 101010110 1011000 101100

Color Harmonies of #D40E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E4B

Black with #D40E4B

Text Example


Text Example

White with #D40E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E4B; }

 p { color: rgb(212,14,75); }

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

background-color css

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

 a { background-color: rgb(212,14,75); }

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

border-color css

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

 span { border-color: rgb(212,14,75); }

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