Html Css Color HEX #D81C3D Crimson

📋 copy color: '#D81C3D'

red 216 ◦ green 28 ◦ blue 61

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

Shades of Crimson #D81C3D

Tints of Crimson #D81C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 70.82%
G = 9.18%
B = 20%

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

#D81C3D (or 0xD81C3D) is known color: Crimson. HEX triplet: D8, 1C and 3D. RGB value is (216,28,61). Sum of RGB (Red+Green+Blue) = 216+28+61=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81C3D is #27E3C2. Grayscale: #585858. Windows color (decimal): -2614211 or 4005080. OLE color: 4005080.

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

Color convert

RGB 216 28 61 -
CMYK 0 0.87 0.72 0.15
HSL 349.47º 0.77% 0.48% -
HSV(B) 349.47º 0.87% 0.85% -
XYZ 29.58 15.77 5.9 -
YUV 87.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 216 28 61 0 0.87 0.72 0.15 349.47 0.77 0.48
Hex D8 1C 3D 0 57 48 F 15D 4D 30
Octal 330 34 75 0 127 110 17 535 115 60
Binary 11011000 11100 111101 0 1010111 1001000 1111 101011101 1001101 110000

Color Harmonies of #D81C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C3D

Black with #D81C3D

Text Example


Text Example

White with #D81C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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