Html Css Color HEX #D31A45 Crimson

📋 copy color: '#D31A45'

red 211 ◦ green 26 ◦ blue 69

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

Shades of Crimson #D31A45

Tints of Crimson #D31A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.5%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 68.95%
G = 8.5%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D31A45 (or 0xD31A45) is known color: Crimson. HEX triplet: D3, 1A and 45. RGB value is (211,26,69). Sum of RGB (Red+Green+Blue) = 211+26+69=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D31A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D31A45 is #2CE5BA. Grayscale: #565656. Windows color (decimal): -2942395 or 4528851. OLE color: 4528851.

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

Color convert

RGB 211 26 69 -
CMYK 0 0.88 0.67 0.17
HSL 346.05º 0.78% 0.46% -
HSV(B) 346.05º 0.88% 0.83% -
XYZ 28.31 15.02 7.04 -
YUV 86.22 118.29 217 -
System Red Green Blue C M Y K H S L
Decimal 211 26 69 0 0.88 0.67 0.17 346.05 0.78 0.46
Hex D3 1A 45 0 58 43 11 15A 4E 2E
Octal 323 32 105 0 130 103 21 532 116 56
Binary 11010011 11010 1000101 0 1011000 1000011 10001 101011010 1001110 101110

Color Harmonies of #D31A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31A45

Black with #D31A45

Text Example


Text Example

White with #D31A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31A45; }

 p { color: rgb(211,26,69); }

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

background-color css

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

 a { background-color: rgb(211,26,69); }

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

border-color css

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

 span { border-color: rgb(211,26,69); }

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