Html Css Color HEX #D81C3C Crimson

📋 copy color: '#D81C3C'

red 216 ◦ green 28 ◦ blue 60

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

Shades of Crimson #D81C3C

Tints of Crimson #D81C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 71.05%
G = 9.21%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D81C3C (or 0xD81C3C) is known color: Crimson. HEX triplet: D8, 1C and 3C. RGB value is (216,28,60). Sum of RGB (Red+Green+Blue) = 216+28+60=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81C3C is #27E3C3. Grayscale: #575757. Windows color (decimal): -2614212 or 3939544. OLE color: 3939544.

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

Color convert

RGB 216 28 60 -
CMYK 0 0.87 0.72 0.15
HSL 349.79º 0.77% 0.48% -
HSV(B) 349.79º 0.87% 0.85% -
XYZ 29.55 15.76 5.76 -
YUV 87.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 216 28 60 0 0.87 0.72 0.15 349.79 0.77 0.48
Hex D8 1C 3C 0 57 48 F 15E 4D 30
Octal 330 34 74 0 127 110 17 536 115 60
Binary 11011000 11100 111100 0 1010111 1001000 1111 101011110 1001101 110000

Color Harmonies of #D81C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C3C

Black with #D81C3C

Text Example


Text Example

White with #D81C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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