Html Css Color HEX #D81F41 Crimson

📋 copy color: '#D81F41'

red 216 ◦ green 31 ◦ blue 65

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

Shades of Crimson #D81F41

Tints of Crimson #D81F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

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

R = 69.23%
G = 9.94%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81F41 (or 0xD81F41) is known color: Crimson. HEX triplet: D8, 1F and 41. RGB value is (216,31,65). Sum of RGB (Red+Green+Blue) = 216+31+65=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F41 is #27E0BE. Grayscale: #5A5A5A. Windows color (decimal): -2613439 or 4267992. OLE color: 4267992.

HSL color Cylindrical-coordinate representation of color #D81F41: hue angle of 348.97º degrees, saturation: 0.75, 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 #D81F41 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 65 -
CMYK 0 0.86 0.70 0.15
HSL 348.97º 0.75% 0.48% -
HSV(B) 348.97º 0.86% 0.85% -
XYZ 29.76 15.96 6.51 -
YUV 90.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 216 31 65 0 0.86 0.70 0.15 348.97 0.75 0.48
Hex D8 1F 41 0 56 46 F 15D 4B 30
Octal 330 37 101 0 126 106 17 535 113 60
Binary 11011000 11111 1000001 0 1010110 1000110 1111 101011101 1001011 110000

Color Harmonies of #D81F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F41

Black with #D81F41

Text Example


Text Example

White with #D81F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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