Html Css Color HEX #D80E4B Crimson

📋 copy color: '#D80E4B'

red 216 ◦ green 14 ◦ blue 75

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

Shades of Crimson #D80E4B

Tints of Crimson #D80E4B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

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

R = 70.82%
G = 4.59%
B = 24.59%

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

#D80E4B (or 0xD80E4B) is known color: Crimson. HEX triplet: D8, 0E and 4B. RGB value is (216,14,75). Sum of RGB (Red+Green+Blue) = 216+14+75=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E4B is #27F1B4. Grayscale: #515151. Windows color (decimal): -2617781 or 4919000. OLE color: 4919000.

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

Color convert

RGB 216 14 75 -
CMYK 0 0.94 0.65 0.15
HSL 341.88º 0.88% 0.45% -
HSV(B) 341.88º 0.94% 0.85% -
XYZ 29.75 15.42 8.07 -
YUV 81.35 124.42 224.04 -
System Red Green Blue C M Y K H S L
Decimal 216 14 75 0 0.94 0.65 0.15 341.88 0.88 0.45
Hex D8 E 4B 0 5E 41 F 156 58 2D
Octal 330 16 113 0 136 101 17 526 130 55
Binary 11011000 1110 1001011 0 1011110 1000001 1111 101010110 1011000 101101

Color Harmonies of #D80E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E4B

Black with #D80E4B

Text Example


Text Example

White with #D80E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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