Html Css Color HEX #D81242 Crimson

📋 copy color: '#D81242'

red 216 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D81242

Tints of Crimson #D81242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6%

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

R = 72%
G = 6%
B = 22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81242 (or 0xD81242) is known color: Crimson. HEX triplet: D8, 12 and 42. RGB value is (216,18,66). Sum of RGB (Red+Green+Blue) = 216+18+66=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D81242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81242 is #27EDBD. Grayscale: #525252. Windows color (decimal): -2616766 or 4330200. OLE color: 4330200.

HSL color Cylindrical-coordinate representation of color #D81242: hue angle of 345.45º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81242 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 18 66 -
CMYK 0 0.92 0.69 0.15
HSL 345.45º 0.85% 0.46% -
HSV(B) 345.45º 0.92% 0.85% -
XYZ 29.52 15.42 6.58 -
YUV 82.67 118.6 223.1 -
System Red Green Blue C M Y K H S L
Decimal 216 18 66 0 0.92 0.69 0.15 345.45 0.85 0.46
Hex D8 12 42 0 5C 45 F 159 55 2E
Octal 330 22 102 0 134 105 17 531 125 56
Binary 11011000 10010 1000010 0 1011100 1000101 1111 101011001 1010101 101110

Color Harmonies of #D81242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81242

Black with #D81242

Text Example


Text Example

White with #D81242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81242; }

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

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

background-color css

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

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

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

border-color css

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

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

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