Html Css Color HEX #D81E42 Crimson

📋 copy color: '#D81E42'

red 216 ◦ green 30 ◦ blue 66

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

Shades of Crimson #D81E42

Tints of Crimson #D81E42

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.62%

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

R = 69.23%
G = 9.62%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D81E42 (or 0xD81E42) is known color: Crimson. HEX triplet: D8, 1E and 42. RGB value is (216,30,66). Sum of RGB (Red+Green+Blue) = 216+30+66=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E42 is #27E1BD. Grayscale: #595959. Windows color (decimal): -2613694 or 4333272. OLE color: 4333272.

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

Color convert

RGB 216 30 66 -
CMYK 0 0.86 0.69 0.15
HSL 348.39º 0.76% 0.48% -
HSV(B) 348.39º 0.86% 0.85% -
XYZ 29.77 15.92 6.66 -
YUV 89.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 216 30 66 0 0.86 0.69 0.15 348.39 0.76 0.48
Hex D8 1E 42 0 56 45 F 15C 4C 30
Octal 330 36 102 0 126 105 17 534 114 60
Binary 11011000 11110 1000010 0 1010110 1000101 1111 101011100 1001100 110000

Color Harmonies of #D81E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E42

Black with #D81E42

Text Example


Text Example

White with #D81E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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