Html Css Color HEX #D81649 Crimson

📋 copy color: '#D81649'

red 216 ◦ green 22 ◦ blue 73

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

Shades of Crimson #D81649

Tints of Crimson #D81649

RGB

 RED value IS 216 (84.77% from 255) = 69.45%

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

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 69.45%
G = 7.07%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D81649 (or 0xD81649) is known color: Crimson. HEX triplet: D8, 16 and 49. RGB value is (216,22,73). Sum of RGB (Red+Green+Blue) = 216+22+73=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D81649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81649 is #27E9B6. Grayscale: #555555. Windows color (decimal): -2615735 or 4789976. OLE color: 4789976.

HSL color Cylindrical-coordinate representation of color #D81649: hue angle of 344.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81649 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 73 -
CMYK 0 0.90 0.66 0.15
HSL 344.23º 0.82% 0.47% -
HSV(B) 344.23º 0.9% 0.85% -
XYZ 29.81 15.65 7.75 -
YUV 85.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 216 22 73 0 0.90 0.66 0.15 344.23 0.82 0.47
Hex D8 16 49 0 5A 42 F 158 52 2F
Octal 330 26 111 0 132 102 17 530 122 57
Binary 11011000 10110 1001001 0 1011010 1000010 1111 101011000 1010010 101111

Color Harmonies of #D81649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81649

Black with #D81649

Text Example


Text Example

White with #D81649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81649; }

 p { color: rgb(216,22,73); }

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

background-color css

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

 a { background-color: rgb(216,22,73); }

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

border-color css

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

 span { border-color: rgb(216,22,73); }

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