Html Css Color HEX #D40A31 Crimson

📋 copy color: '#D40A31'

red 212 ◦ green 10 ◦ blue 49

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

Shades of Crimson #D40A31

Tints of Crimson #D40A31

RGB

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

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

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

R = 78.23%
G = 3.69%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D40A31 (or 0xD40A31) is known color: Crimson. HEX triplet: D4, 0A and 31. RGB value is (212,10,49). Sum of RGB (Red+Green+Blue) = 212+10+49=271 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.23% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A31 is #2BF5CE. Grayscale: #4A4A4A. Windows color (decimal): -2880975 or 3214036. OLE color: 3214036.

HSL color Cylindrical-coordinate representation of color #D40A31: hue angle of 348.42º 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 #D40A31 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 10 49 -
CMYK 0 0.95 0.77 0.17
HSL 348.42º 0.91% 0.44% -
HSV(B) 348.42º 0.95% 0.83% -
XYZ 27.81 14.44 4.23 -
YUV 74.84 113.42 225.83 -
System Red Green Blue C M Y K H S L
Decimal 212 10 49 0 0.95 0.77 0.17 348.42 0.91 0.44
Hex D4 A 31 0 5F 4D 11 15C 5B 2C
Octal 324 12 61 0 137 115 21 534 133 54
Binary 11010100 1010 110001 0 1011111 1001101 10001 101011100 1011011 101100

Color Harmonies of #D40A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A31

Black with #D40A31

Text Example


Text Example

White with #D40A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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