Html Css Color HEX #D80C2F Crimson

📋 copy color: '#D80C2F'

red 216 ◦ green 12 ◦ blue 47

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

Shades of Crimson #D80C2F

Tints of Crimson #D80C2F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.36%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 78.55%
G = 4.36%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D80C2F (or 0xD80C2F) is known color: Crimson. HEX triplet: D8, 0C and 2F. RGB value is (216,12,47). Sum of RGB (Red+Green+Blue) = 216+12+47=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C2F is #27F3D0. Grayscale: #4D4D4D. Windows color (decimal): -2618321 or 3083480. OLE color: 3083480.

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

Color convert

RGB 216 12 47 -
CMYK 0 0.94 0.78 0.15
HSL 349.71º 0.89% 0.45% -
HSV(B) 349.71º 0.94% 0.85% -
XYZ 28.96 15.07 4.07 -
YUV 76.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 216 12 47 0 0.94 0.78 0.15 349.71 0.89 0.45
Hex D8 C 2F 0 5E 4E F 15E 59 2D
Octal 330 14 57 0 136 116 17 536 131 55
Binary 11011000 1100 101111 0 1011110 1001110 1111 101011110 1011001 101101

Color Harmonies of #D80C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C2F

Black with #D80C2F

Text Example


Text Example

White with #D80C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C2F; }

 p { color: rgb(216,12,47); }

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

background-color css

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

 a { background-color: rgb(216,12,47); }

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

border-color css

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

 span { border-color: rgb(216,12,47); }

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