Html Css Color HEX #D80F41 Crimson

📋 copy color: '#D80F41'

red 216 ◦ green 15 ◦ blue 65

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

Shades of Crimson #D80F41

Tints of Crimson #D80F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 72.97%
G = 5.07%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80F41 (or 0xD80F41) is known color: Crimson. HEX triplet: D8, 0F and 41. RGB value is (216,15,65). Sum of RGB (Red+Green+Blue) = 216+15+65=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F41 is #27F0BE. Grayscale: #505050. Windows color (decimal): -2617535 or 4263896. OLE color: 4263896.

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

Color convert

RGB 216 15 65 -
CMYK 0 0.93 0.70 0.15
HSL 345.07º 0.87% 0.45% -
HSV(B) 345.07º 0.93% 0.85% -
XYZ 29.44 15.32 6.41 -
YUV 80.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 216 15 65 0 0.93 0.70 0.15 345.07 0.87 0.45
Hex D8 F 41 0 5D 46 F 159 57 2D
Octal 330 17 101 0 135 106 17 531 127 55
Binary 11011000 1111 1000001 0 1011101 1000110 1111 101011001 1010111 101101

Color Harmonies of #D80F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F41

Black with #D80F41

Text Example


Text Example

White with #D80F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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