Html Css Color HEX #D81D3E Crimson

📋 copy color: '#D81D3E'

red 216 ◦ green 29 ◦ blue 62

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

Shades of Crimson #D81D3E

Tints of Crimson #D81D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

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

R = 70.36%
G = 9.45%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D81D3E (or 0xD81D3E) is known color: Crimson. HEX triplet: D8, 1D and 3E. RGB value is (216,29,62). Sum of RGB (Red+Green+Blue) = 216+29+62=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D3E is #27E2C1. Grayscale: #585858. Windows color (decimal): -2613954 or 4070872. OLE color: 4070872.

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

Color convert

RGB 216 29 62 -
CMYK 0 0.87 0.71 0.15
HSL 349.41º 0.76% 0.48% -
HSV(B) 349.41º 0.87% 0.85% -
XYZ 29.63 15.83 6.05 -
YUV 88.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 216 29 62 0 0.87 0.71 0.15 349.41 0.76 0.48
Hex D8 1D 3E 0 57 47 F 15D 4C 30
Octal 330 35 76 0 127 107 17 535 114 60
Binary 11011000 11101 111110 0 1010111 1000111 1111 101011101 1001100 110000

Color Harmonies of #D81D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D3E

Black with #D81D3E

Text Example


Text Example

White with #D81D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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