Html Css Color HEX #D80F37 Crimson

📋 copy color: '#D80F37'

red 216 ◦ green 15 ◦ blue 55

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

Shades of Crimson #D80F37

Tints of Crimson #D80F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.24%

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

R = 75.52%
G = 5.24%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D80F37 (or 0xD80F37) is known color: Crimson. HEX triplet: D8, 0F and 37. RGB value is (216,15,55). Sum of RGB (Red+Green+Blue) = 216+15+55=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F37 is #27F0C8. Grayscale: #4F4F4F. Windows color (decimal): -2617545 or 3608536. OLE color: 3608536.

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

Color convert

RGB 216 15 55 -
CMYK 0 0.93 0.75 0.15
HSL 348.06º 0.87% 0.45% -
HSV(B) 348.06º 0.93% 0.85% -
XYZ 29.18 15.22 5.01 -
YUV 79.66 114.09 225.25 -
System Red Green Blue C M Y K H S L
Decimal 216 15 55 0 0.93 0.75 0.15 348.06 0.87 0.45
Hex D8 F 37 0 5D 4B F 15C 57 2D
Octal 330 17 67 0 135 113 17 534 127 55
Binary 11011000 1111 110111 0 1011101 1001011 1111 101011100 1010111 101101

Color Harmonies of #D80F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F37

Black with #D80F37

Text Example


Text Example

White with #D80F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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