Html Css Color HEX #D81041 Crimson

📋 copy color: '#D81041'

red 216 ◦ green 16 ◦ blue 65

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

Shades of Crimson #D81041

Tints of Crimson #D81041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.89%

R = 72.73%
G = 5.39%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81041 (or 0xD81041) is known color: Crimson. HEX triplet: D8, 10 and 41. RGB value is (216,16,65). Sum of RGB (Red+Green+Blue) = 216+16+65=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D81041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81041 is #27EFBE. Grayscale: #515151. Windows color (decimal): -2617279 or 4264152. OLE color: 4264152.

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

Color convert

RGB 216 16 65 -
CMYK 0 0.93 0.70 0.15
HSL 345.3º 0.86% 0.45% -
HSV(B) 345.3º 0.93% 0.85% -
XYZ 29.46 15.35 6.41 -
YUV 81.39 118.76 224.02 -
System Red Green Blue C M Y K H S L
Decimal 216 16 65 0 0.93 0.70 0.15 345.3 0.86 0.45
Hex D8 10 41 0 5D 46 F 159 56 2D
Octal 330 20 101 0 135 106 17 531 126 55
Binary 11011000 10000 1000001 0 1011101 1000110 1111 101011001 1010110 101101

Color Harmonies of #D81041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81041

Black with #D81041

Text Example


Text Example

White with #D81041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81041; }

 p { color: rgb(216,16,65); }

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

background-color css

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

 a { background-color: rgb(216,16,65); }

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

border-color css

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

 span { border-color: rgb(216,16,65); }

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