Html Css Color HEX #D81D46 Crimson

📋 copy color: '#D81D46'

red 216 ◦ green 29 ◦ blue 70

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

Shades of Crimson #D81D46

Tints of Crimson #D81D46

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 68.57%
G = 9.21%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D81D46 (or 0xD81D46) is known color: Crimson. HEX triplet: D8, 1D and 46. RGB value is (216,29,70). Sum of RGB (Red+Green+Blue) = 216+29+70=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D46 is #27E2B9. Grayscale: #595959. Windows color (decimal): -2613946 or 4595160. OLE color: 4595160.

HSL color Cylindrical-coordinate representation of color #D81D46: hue angle of 346.84º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D46 is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 70 -
CMYK 0 0.87 0.68 0.15
HSL 346.84º 0.76% 0.48% -
HSV(B) 346.84º 0.87% 0.85% -
XYZ 29.86 15.92 7.29 -
YUV 89.59 116.95 218.17 -
System Red Green Blue C M Y K H S L
Decimal 216 29 70 0 0.87 0.68 0.15 346.84 0.76 0.48
Hex D8 1D 46 0 57 44 F 15B 4C 30
Octal 330 35 106 0 127 104 17 533 114 60
Binary 11011000 11101 1000110 0 1010111 1000100 1111 101011011 1001100 110000

Color Harmonies of #D81D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D46

Black with #D81D46

Text Example


Text Example

White with #D81D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D46; }

 p { color: rgb(216,29,70); }

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

background-color css

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

 a { background-color: rgb(216,29,70); }

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

border-color css

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

 span { border-color: rgb(216,29,70); }

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