Html Css Color HEX #D31643 Crimson

📋 copy color: '#D31643'

red 211 ◦ green 22 ◦ blue 67

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

Shades of Crimson #D31643

Tints of Crimson #D31643

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.33%

 BLUE value IS 67 (26.56% from 255) = 22.33%

R = 70.33%
G = 7.33%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D31643 (or 0xD31643) is known color: Crimson. HEX triplet: D3, 16 and 43. RGB value is (211,22,67). Sum of RGB (Red+Green+Blue) = 211+22+67=300 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.33% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 67 (26.56% from 255 or 22.33% from 300); Max value from RGB is 211 - color contains mainly: red. Hex color #D31643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D31643 is #2CE9BC. Grayscale: #535353. Windows color (decimal): -2943421 or 4396755. OLE color: 4396755.

HSL color Cylindrical-coordinate representation of color #D31643: hue angle of 345.71º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D31643 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 22 67 -
CMYK 0 0.90 0.68 0.17
HSL 345.71º 0.81% 0.46% -
HSV(B) 345.71º 0.9% 0.83% -
XYZ 28.16 14.83 6.69 -
YUV 83.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 211 22 67 0 0.90 0.68 0.17 345.71 0.81 0.46
Hex D3 16 43 0 5A 44 11 15A 51 2E
Octal 323 26 103 0 132 104 21 532 121 56
Binary 11010011 10110 1000011 0 1011010 1000100 10001 101011010 1010001 101110

Color Harmonies of #D31643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31643

Black with #D31643

Text Example


Text Example

White with #D31643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31643; }

 p { color: rgb(211,22,67); }

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

background-color css

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

 a { background-color: rgb(211,22,67); }

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

border-color css

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

 span { border-color: rgb(211,22,67); }

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