Html Css Color HEX #D40931 Crimson

📋 copy color: '#D40931'

red 212 ◦ green 9 ◦ blue 49

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

Shades of Crimson #D40931

Tints of Crimson #D40931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 49 (19.53% from 255) = 18.15%

R = 78.52%
G = 3.33%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40931 (or 0xD40931) is known color: Crimson. HEX triplet: D4, 09 and 31. RGB value is (212,9,49). Sum of RGB (Red+Green+Blue) = 212+9+49=270 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.52% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 212 - color contains mainly: red. Hex color #D40931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40931 is #2BF6CE. Grayscale: #4A4A4A. Windows color (decimal): -2881231 or 3213780. OLE color: 3213780.

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

Color convert

RGB 212 9 49 -
CMYK 0 0.96 0.77 0.17
HSL 348.18º 0.92% 0.43% -
HSV(B) 348.18º 0.96% 0.83% -
XYZ 27.8 14.41 4.22 -
YUV 74.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 212 9 49 0 0.96 0.77 0.17 348.18 0.92 0.43
Hex D4 9 31 0 60 4D 11 15C 5C 2B
Octal 324 11 61 0 140 115 21 534 134 53
Binary 11010100 1001 110001 0 1100000 1001101 10001 101011100 1011100 101011

Color Harmonies of #D40931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40931

Black with #D40931

Text Example


Text Example

White with #D40931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40931; }

 p { color: rgb(212,9,49); }

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

background-color css

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

 a { background-color: rgb(212,9,49); }

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

border-color css

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

 span { border-color: rgb(212,9,49); }

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