Html Css Color HEX #D80E2E Crimson

📋 copy color: '#D80E2E'

red 216 ◦ green 14 ◦ blue 46

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

Shades of Crimson #D80E2E

Tints of Crimson #D80E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.67%

R = 78.26%
G = 5.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D80E2E (or 0xD80E2E) is known color: Crimson. HEX triplet: D8, 0E and 2E. RGB value is (216,14,46). Sum of RGB (Red+Green+Blue) = 216+14+46=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 46 (18.36% from 255 or 16.67% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80E2E is #27F1D1. Grayscale: #4E4E4E. Windows color (decimal): -2617810 or 3018456. OLE color: 3018456.

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

Color convert

RGB 216 14 46 -
CMYK 0 0.94 0.79 0.15
HSL 350.5º 0.88% 0.45% -
HSV(B) 350.5º 0.94% 0.85% -
XYZ 28.97 15.11 3.97 -
YUV 78.05 109.92 226.4 -
System Red Green Blue C M Y K H S L
Decimal 216 14 46 0 0.94 0.79 0.15 350.5 0.88 0.45
Hex D8 E 2E 0 5E 4F F 15E 58 2D
Octal 330 16 56 0 136 117 17 536 130 55
Binary 11011000 1110 101110 0 1011110 1001111 1111 101011110 1011000 101101

Color Harmonies of #D80E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E2E

Black with #D80E2E

Text Example


Text Example

White with #D80E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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