Html Css Color HEX #D81C3A Crimson

📋 copy color: '#D81C3A'

red 216 ◦ green 28 ◦ blue 58

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

Shades of Crimson #D81C3A

Tints of Crimson #D81C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 71.52%
G = 9.27%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D81C3A (or 0xD81C3A) is known color: Crimson. HEX triplet: D8, 1C and 3A. RGB value is (216,28,58). Sum of RGB (Red+Green+Blue) = 216+28+58=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81C3A is #27E3C5. Grayscale: #575757. Windows color (decimal): -2614214 or 3808472. OLE color: 3808472.

HSL color Cylindrical-coordinate representation of color #D81C3A: hue angle of 350.43º degrees, saturation: 0.77, 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 #D81C3A is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 58 -
CMYK 0 0.87 0.73 0.15
HSL 350.43º 0.77% 0.48% -
HSV(B) 350.43º 0.87% 0.85% -
XYZ 29.5 15.73 5.49 -
YUV 87.63 111.28 219.56 -
System Red Green Blue C M Y K H S L
Decimal 216 28 58 0 0.87 0.73 0.15 350.43 0.77 0.48
Hex D8 1C 3A 0 57 49 F 15E 4D 30
Octal 330 34 72 0 127 111 17 536 115 60
Binary 11011000 11100 111010 0 1010111 1001001 1111 101011110 1001101 110000

Color Harmonies of #D81C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C3A

Black with #D81C3A

Text Example


Text Example

White with #D81C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C3A; }

 p { color: rgb(216,28,58); }

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

background-color css

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

 a { background-color: rgb(216,28,58); }

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

border-color css

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

 span { border-color: rgb(216,28,58); }

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