Html Css Color HEX #D80C38 Crimson

📋 copy color: '#D80C38'

red 216 ◦ green 12 ◦ blue 56

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

Shades of Crimson #D80C38

Tints of Crimson #D80C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 76.06%
G = 4.23%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D80C38 (or 0xD80C38) is known color: Crimson. HEX triplet: D8, 0C and 38. RGB value is (216,12,56). Sum of RGB (Red+Green+Blue) = 216+12+56=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C38 is #27F3C7. Grayscale: #4E4E4E. Windows color (decimal): -2618312 or 3673304. OLE color: 3673304.

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

Color convert

RGB 216 12 56 -
CMYK 0 0.94 0.74 0.15
HSL 347.06º 0.89% 0.45% -
HSV(B) 347.06º 0.94% 0.85% -
XYZ 29.16 15.15 5.13 -
YUV 78.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 216 12 56 0 0.94 0.74 0.15 347.06 0.89 0.45
Hex D8 C 38 0 5E 4A F 15B 59 2D
Octal 330 14 70 0 136 112 17 533 131 55
Binary 11011000 1100 111000 0 1011110 1001010 1111 101011011 1011001 101101

Color Harmonies of #D80C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C38

Black with #D80C38

Text Example


Text Example

White with #D80C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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