Html Css Color HEX #D40A2E Crimson

📋 copy color: '#D40A2E'

red 212 ◦ green 10 ◦ blue 46

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

Shades of Crimson #D40A2E

Tints of Crimson #D40A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.73%

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 79.1%
G = 3.73%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D40A2E (or 0xD40A2E) is known color: Crimson. HEX triplet: D4, 0A and 2E. RGB value is (212,10,46). Sum of RGB (Red+Green+Blue) = 212+10+46=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A2E is #2BF5D1. Grayscale: #4A4A4A. Windows color (decimal): -2880978 or 3017428. OLE color: 3017428.

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

Color convert

RGB 212 10 46 -
CMYK 0 0.95 0.78 0.17
HSL 349.31º 0.91% 0.44% -
HSV(B) 349.31º 0.95% 0.83% -
XYZ 27.75 14.41 3.9 -
YUV 74.5 111.92 226.07 -
System Red Green Blue C M Y K H S L
Decimal 212 10 46 0 0.95 0.78 0.17 349.31 0.91 0.44
Hex D4 A 2E 0 5F 4E 11 15D 5B 2C
Octal 324 12 56 0 137 116 21 535 133 54
Binary 11010100 1010 101110 0 1011111 1001110 10001 101011101 1011011 101100

Color Harmonies of #D40A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A2E

Black with #D40A2E

Text Example


Text Example

White with #D40A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A2E; }

 p { color: rgb(212,10,46); }

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

background-color css

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

 a { background-color: rgb(212,10,46); }

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

border-color css

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

 span { border-color: rgb(212,10,46); }

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