Html Css Color HEX #D80C43 Crimson

📋 copy color: '#D80C43'

red 216 ◦ green 12 ◦ blue 67

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

Shades of Crimson #D80C43

Tints of Crimson #D80C43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 73.22%
G = 4.07%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80C43 (or 0xD80C43) is known color: Crimson. HEX triplet: D8, 0C and 43. RGB value is (216,12,67). Sum of RGB (Red+Green+Blue) = 216+12+67=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80C43 is #27F3BC. Grayscale: #4F4F4F. Windows color (decimal): -2618301 or 4394200. OLE color: 4394200.

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

Color convert

RGB 216 12 67 -
CMYK 0 0.94 0.69 0.15
HSL 343.82º 0.89% 0.45% -
HSV(B) 343.82º 0.94% 0.85% -
XYZ 29.46 15.27 6.7 -
YUV 79.27 121.09 225.53 -
System Red Green Blue C M Y K H S L
Decimal 216 12 67 0 0.94 0.69 0.15 343.82 0.89 0.45
Hex D8 C 43 0 5E 45 F 158 59 2D
Octal 330 14 103 0 136 105 17 530 131 55
Binary 11011000 1100 1000011 0 1011110 1000101 1111 101011000 1011001 101101

Color Harmonies of #D80C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C43

Black with #D80C43

Text Example


Text Example

White with #D80C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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