Html Css Color HEX #D80D3D Crimson

📋 copy color: '#D80D3D'

red 216 ◦ green 13 ◦ blue 61

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

Shades of Crimson #D80D3D

Tints of Crimson #D80D3D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

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

R = 74.48%
G = 4.48%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D80D3D (or 0xD80D3D) is known color: Crimson. HEX triplet: D8, 0D and 3D. RGB value is (216,13,61). Sum of RGB (Red+Green+Blue) = 216+13+61=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D3D is #27F2C2. Grayscale: #4F4F4F. Windows color (decimal): -2618051 or 4001240. OLE color: 4001240.

HSL color Cylindrical-coordinate representation of color #D80D3D: hue angle of 345.81º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D3D is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 13 61 -
CMYK 0 0.94 0.72 0.15
HSL 345.81º 0.89% 0.45% -
HSV(B) 345.81º 0.94% 0.85% -
XYZ 29.31 15.22 5.81 -
YUV 79.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 216 13 61 0 0.94 0.72 0.15 345.81 0.89 0.45
Hex D8 D 3D 0 5E 48 F 15A 59 2D
Octal 330 15 75 0 136 110 17 532 131 55
Binary 11011000 1101 111101 0 1011110 1001000 1111 101011010 1011001 101101

Color Harmonies of #D80D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D3D

Black with #D80D3D

Text Example


Text Example

White with #D80D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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