Html Css Color HEX #D31040 Crimson

📋 copy color: '#D31040'

red 211 ◦ green 16 ◦ blue 64

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

Shades of Crimson #D31040

Tints of Crimson #D31040

RGB

 RED value IS 211 (82.81% from 255) = 72.51%

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 72.51%
G = 5.5%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D31040 (or 0xD31040) is known color: Crimson. HEX triplet: D3, 10 and 40. RGB value is (211,16,64). Sum of RGB (Red+Green+Blue) = 211+16+64=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D31040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31040 is #2CEFBF. Grayscale: #4F4F4F. Windows color (decimal): -2944960 or 4198611. OLE color: 4198611.

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

Color convert

RGB 211 16 64 -
CMYK 0 0.92 0.70 0.17
HSL 345.23º 0.86% 0.45% -
HSV(B) 345.23º 0.92% 0.83% -
XYZ 27.97 14.59 6.19 -
YUV 79.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 211 16 64 0 0.92 0.70 0.17 345.23 0.86 0.45
Hex D3 10 40 0 5C 46 11 159 56 2D
Octal 323 20 100 0 134 106 21 531 126 55
Binary 11010011 10000 1000000 0 1011100 1000110 10001 101011001 1010110 101101

Color Harmonies of #D31040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31040

Black with #D31040

Text Example


Text Example

White with #D31040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31040; }

 p { color: rgb(211,16,64); }

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

background-color css

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

 a { background-color: rgb(211,16,64); }

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

border-color css

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

 span { border-color: rgb(211,16,64); }

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