Html Css Color HEX #D80D4B Crimson

📋 copy color: '#D80D4B'

red 216 ◦ green 13 ◦ blue 75

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

Shades of Crimson #D80D4B

Tints of Crimson #D80D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.67%

R = 71.05%
G = 4.28%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D80D4B (or 0xD80D4B) is known color: Crimson. HEX triplet: D8, 0D and 4B. RGB value is (216,13,75). Sum of RGB (Red+Green+Blue) = 216+13+75=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D4B is #27F2B4. Grayscale: #505050. Windows color (decimal): -2618037 or 4918744. OLE color: 4918744.

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

Color convert

RGB 216 13 75 -
CMYK 0 0.94 0.65 0.15
HSL 341.67º 0.89% 0.45% -
HSV(B) 341.67º 0.94% 0.85% -
XYZ 29.73 15.39 8.06 -
YUV 80.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 216 13 75 0 0.94 0.65 0.15 341.67 0.89 0.45
Hex D8 D 4B 0 5E 41 F 156 59 2D
Octal 330 15 113 0 136 101 17 526 131 55
Binary 11011000 1101 1001011 0 1011110 1000001 1111 101010110 1011001 101101

Color Harmonies of #D80D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D4B

Black with #D80D4B

Text Example


Text Example

White with #D80D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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