Html Css Color HEX #D81E3E Crimson

📋 copy color: '#D81E3E'

red 216 ◦ green 30 ◦ blue 62

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

Shades of Crimson #D81E3E

Tints of Crimson #D81E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 70.13%
G = 9.74%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D81E3E (or 0xD81E3E) is known color: Crimson. HEX triplet: D8, 1E and 3E. RGB value is (216,30,62). Sum of RGB (Red+Green+Blue) = 216+30+62=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E3E is #27E1C1. Grayscale: #595959. Windows color (decimal): -2613698 or 4071128. OLE color: 4071128.

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

Color convert

RGB 216 30 62 -
CMYK 0 0.86 0.71 0.15
HSL 349.68º 0.76% 0.48% -
HSV(B) 349.68º 0.86% 0.85% -
XYZ 29.65 15.88 6.06 -
YUV 89.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 216 30 62 0 0.86 0.71 0.15 349.68 0.76 0.48
Hex D8 1E 3E 0 56 47 F 15E 4C 30
Octal 330 36 76 0 126 107 17 536 114 60
Binary 11011000 11110 111110 0 1010110 1000111 1111 101011110 1001100 110000

Color Harmonies of #D81E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E3E

Black with #D81E3E

Text Example


Text Example

White with #D81E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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