Html Css Color HEX #D80F2D Crimson

📋 copy color: '#D80F2D'

red 216 ◦ green 15 ◦ blue 45

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

Shades of Crimson #D80F2D

Tints of Crimson #D80F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 78.26%
G = 5.43%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D80F2D (or 0xD80F2D) is known color: Crimson. HEX triplet: D8, 0F and 2D. RGB value is (216,15,45). Sum of RGB (Red+Green+Blue) = 216+15+45=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F2D is #27F0D2. Grayscale: #4E4E4E. Windows color (decimal): -2617555 or 2953176. OLE color: 2953176.

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

Color convert

RGB 216 15 45 -
CMYK 0 0.93 0.79 0.15
HSL 351.04º 0.87% 0.45% -
HSV(B) 351.04º 0.93% 0.85% -
XYZ 28.96 15.13 3.88 -
YUV 78.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 216 15 45 0 0.93 0.79 0.15 351.04 0.87 0.45
Hex D8 F 2D 0 5D 4F F 15F 57 2D
Octal 330 17 55 0 135 117 17 537 127 55
Binary 11011000 1111 101101 0 1011101 1001111 1111 101011111 1010111 101101

Color Harmonies of #D80F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F2D

Black with #D80F2D

Text Example


Text Example

White with #D80F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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