Html Css Color HEX #D81E3D Crimson

📋 copy color: '#D81E3D'

red 216 ◦ green 30 ◦ blue 61

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

Shades of Crimson #D81E3D

Tints of Crimson #D81E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 70.36%
G = 9.77%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D81E3D (or 0xD81E3D) is known color: Crimson. HEX triplet: D8, 1E and 3D. RGB value is (216,30,61). Sum of RGB (Red+Green+Blue) = 216+30+61=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E3D is #27E1C2. Grayscale: #595959. Windows color (decimal): -2613699 or 4005592. OLE color: 4005592.

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

Color convert

RGB 216 30 61 -
CMYK 0 0.86 0.72 0.15
HSL 350º 0.76% 0.48% -
HSV(B) 350º 0.86% 0.85% -
XYZ 29.63 15.86 5.92 -
YUV 89.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 216 30 61 0 0.86 0.72 0.15 350 0.76 0.48
Hex D8 1E 3D 0 56 48 F 15E 4C 30
Octal 330 36 75 0 126 110 17 536 114 60
Binary 11011000 11110 111101 0 1010110 1001000 1111 101011110 1001100 110000

Color Harmonies of #D81E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E3D

Black with #D81E3D

Text Example


Text Example

White with #D81E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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