Html Css Color HEX #D81D3C Crimson

📋 copy color: '#D81D3C'

red 216 ◦ green 29 ◦ blue 60

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

Shades of Crimson #D81D3C

Tints of Crimson #D81D3C

RGB

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

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

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

R = 70.82%
G = 9.51%
B = 19.67%

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

#D81D3C (or 0xD81D3C) is known color: Crimson. HEX triplet: D8, 1D and 3C. RGB value is (216,29,60). Sum of RGB (Red+Green+Blue) = 216+29+60=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D3C is #27E2C3. Grayscale: #585858. Windows color (decimal): -2613956 or 3939800. OLE color: 3939800.

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

Color convert

RGB 216 29 60 -
CMYK 0 0.87 0.72 0.15
HSL 350.05º 0.76% 0.48% -
HSV(B) 350.05º 0.87% 0.85% -
XYZ 29.57 15.8 5.77 -
YUV 88.45 111.95 218.98 -
System Red Green Blue C M Y K H S L
Decimal 216 29 60 0 0.87 0.72 0.15 350.05 0.76 0.48
Hex D8 1D 3C 0 57 48 F 15E 4C 30
Octal 330 35 74 0 127 110 17 536 114 60
Binary 11011000 11101 111100 0 1010111 1001000 1111 101011110 1001100 110000

Color Harmonies of #D81D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D3C

Black with #D81D3C

Text Example


Text Example

White with #D81D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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