Html Css Color HEX #D80F44 Crimson

📋 copy color: '#D80F44'

red 216 ◦ green 15 ◦ blue 68

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

Shades of Crimson #D80F44

Tints of Crimson #D80F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 72.24%
G = 5.02%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80F44 (or 0xD80F44) is known color: Crimson. HEX triplet: D8, 0F and 44. RGB value is (216,15,68). Sum of RGB (Red+Green+Blue) = 216+15+68=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F44 is #27F0BB. Grayscale: #515151. Windows color (decimal): -2617532 or 4460504. OLE color: 4460504.

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

Color convert

RGB 216 15 68 -
CMYK 0 0.93 0.69 0.15
HSL 344.18º 0.87% 0.45% -
HSV(B) 344.18º 0.93% 0.85% -
XYZ 29.53 15.36 6.88 -
YUV 81.14 120.59 224.19 -
System Red Green Blue C M Y K H S L
Decimal 216 15 68 0 0.93 0.69 0.15 344.18 0.87 0.45
Hex D8 F 44 0 5D 45 F 158 57 2D
Octal 330 17 104 0 135 105 17 530 127 55
Binary 11011000 1111 1000100 0 1011101 1000101 1111 101011000 1010111 101101

Color Harmonies of #D80F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F44

Black with #D80F44

Text Example


Text Example

White with #D80F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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