Html Css Color HEX #D81F44 Crimson

📋 copy color: '#D81F44'

red 216 ◦ green 31 ◦ blue 68

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

Shades of Crimson #D81F44

Tints of Crimson #D81F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 68.57%
G = 9.84%
B = 21.59%

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

#D81F44 (or 0xD81F44) is known color: Crimson. HEX triplet: D8, 1F and 44. RGB value is (216,31,68). Sum of RGB (Red+Green+Blue) = 216+31+68=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F44 is #27E0BB. Grayscale: #5A5A5A. Windows color (decimal): -2613436 or 4464600. OLE color: 4464600.

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

Color convert

RGB 216 31 68 -
CMYK 0 0.86 0.69 0.15
HSL 348º 0.75% 0.48% -
HSV(B) 348º 0.86% 0.85% -
XYZ 29.85 16 6.98 -
YUV 90.53 115.29 217.49 -
System Red Green Blue C M Y K H S L
Decimal 216 31 68 0 0.86 0.69 0.15 348 0.75 0.48
Hex D8 1F 44 0 56 45 F 15C 4B 30
Octal 330 37 104 0 126 105 17 534 113 60
Binary 11011000 11111 1000100 0 1010110 1000101 1111 101011100 1001011 110000

Color Harmonies of #D81F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F44

Black with #D81F44

Text Example


Text Example

White with #D81F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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