Html Css Color HEX #D81741 Crimson

📋 copy color: '#D81741'

red 216 ◦ green 23 ◦ blue 65

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

Shades of Crimson #D81741

Tints of Crimson #D81741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.57%

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

R = 71.05%
G = 7.57%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81741 (or 0xD81741) is known color: Crimson. HEX triplet: D8, 17 and 41. RGB value is (216,23,65). Sum of RGB (Red+Green+Blue) = 216+23+65=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D81741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81741 is #27E8BE. Grayscale: #555555. Windows color (decimal): -2615487 or 4265944. OLE color: 4265944.

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

Color convert

RGB 216 23 65 -
CMYK 0 0.89 0.70 0.15
HSL 346.94º 0.81% 0.47% -
HSV(B) 346.94º 0.89% 0.85% -
XYZ 29.58 15.59 6.45 -
YUV 85.5 116.44 221.08 -
System Red Green Blue C M Y K H S L
Decimal 216 23 65 0 0.89 0.70 0.15 346.94 0.81 0.47
Hex D8 17 41 0 59 46 F 15B 51 2F
Octal 330 27 101 0 131 106 17 533 121 57
Binary 11011000 10111 1000001 0 1011001 1000110 1111 101011011 1010001 101111

Color Harmonies of #D81741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81741

Black with #D81741

Text Example


Text Example

White with #D81741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81741; }

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

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

background-color css

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

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

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

border-color css

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

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

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