Html Css Color HEX #D81742 Crimson

📋 copy color: '#D81742'

red 216 ◦ green 23 ◦ blue 66

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

Shades of Crimson #D81742

Tints of Crimson #D81742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 70.82%
G = 7.54%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81742 (or 0xD81742) is known color: Crimson. HEX triplet: D8, 17 and 42. RGB value is (216,23,66). Sum of RGB (Red+Green+Blue) = 216+23+66=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81742 is #27E8BD. Grayscale: #555555. Windows color (decimal): -2615486 or 4331480. OLE color: 4331480.

HSL color Cylindrical-coordinate representation of color #D81742: hue angle of 346.63º 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 #D81742 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 23 66 -
CMYK 0 0.89 0.69 0.15
HSL 346.63º 0.81% 0.47% -
HSV(B) 346.63º 0.89% 0.85% -
XYZ 29.61 15.61 6.61 -
YUV 85.61 116.94 221 -
System Red Green Blue C M Y K H S L
Decimal 216 23 66 0 0.89 0.69 0.15 346.63 0.81 0.47
Hex D8 17 42 0 59 45 F 15B 51 2F
Octal 330 27 102 0 131 105 17 533 121 57
Binary 11011000 10111 1000010 0 1011001 1000101 1111 101011011 1010001 101111

Color Harmonies of #D81742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81742

Black with #D81742

Text Example


Text Example

White with #D81742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81742; }

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

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

background-color css

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

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

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

border-color css

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

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

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