Html Css Color HEX #D81342 Crimson

📋 copy color: '#D81342'

red 216 ◦ green 19 ◦ blue 66

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

Shades of Crimson #D81342

Tints of Crimson #D81342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 71.76%
G = 6.31%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81342 (or 0xD81342) is known color: Crimson. HEX triplet: D8, 13 and 42. RGB value is (216,19,66). Sum of RGB (Red+Green+Blue) = 216+19+66=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D81342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81342 is #27ECBD. Grayscale: #535353. Windows color (decimal): -2616510 or 4330456. OLE color: 4330456.

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

Color convert

RGB 216 19 66 -
CMYK 0 0.91 0.69 0.15
HSL 345.69º 0.84% 0.46% -
HSV(B) 345.69º 0.91% 0.85% -
XYZ 29.54 15.46 6.58 -
YUV 83.26 118.27 222.68 -
System Red Green Blue C M Y K H S L
Decimal 216 19 66 0 0.91 0.69 0.15 345.69 0.84 0.46
Hex D8 13 42 0 5B 45 F 15A 54 2E
Octal 330 23 102 0 133 105 17 532 124 56
Binary 11011000 10011 1000010 0 1011011 1000101 1111 101011010 1010100 101110

Color Harmonies of #D81342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81342

Black with #D81342

Text Example


Text Example

White with #D81342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81342; }

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

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

background-color css

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

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

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

border-color css

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

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

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