Html Css Color HEX #D80337 Crimson

📋 copy color: '#D80337'

red 216 ◦ green 3 ◦ blue 55

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

Shades of Crimson #D80337

Tints of Crimson #D80337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 78.83%
G = 1.09%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80337 (or 0xD80337) is known color: Crimson. HEX triplet: D8, 03 and 37. RGB value is (216,3,55). Sum of RGB (Red+Green+Blue) = 216+3+55=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D80337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80337 is #27FCC8. Grayscale: #484848. Windows color (decimal): -2620617 or 3605464. OLE color: 3605464.

HSL color Cylindrical-coordinate representation of color #D80337: hue angle of 345.35º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80337 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 3 55 -
CMYK 0 0.99 0.75 0.15
HSL 345.35º 0.97% 0.43% -
HSV(B) 345.35º 0.99% 0.85% -
XYZ 29.04 14.94 4.97 -
YUV 72.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 216 3 55 0 0.99 0.75 0.15 345.35 0.97 0.43
Hex D8 3 37 0 63 4B F 159 61 2B
Octal 330 3 67 0 143 113 17 531 141 53
Binary 11011000 11 110111 0 1100011 1001011 1111 101011001 1100001 101011

Color Harmonies of #D80337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80337

Black with #D80337

Text Example


Text Example

White with #D80337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80337; }

 p { color: rgb(216,3,55); }

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

background-color css

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

 a { background-color: rgb(216,3,55); }

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

border-color css

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

 span { border-color: rgb(216,3,55); }

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