Html Css Color HEX #D80D42 Crimson

📋 copy color: '#D80D42'

red 216 ◦ green 13 ◦ blue 66

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

Shades of Crimson #D80D42

Tints of Crimson #D80D42

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 73.22%
G = 4.41%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80D42 (or 0xD80D42) is known color: Crimson. HEX triplet: D8, 0D and 42. RGB value is (216,13,66). Sum of RGB (Red+Green+Blue) = 216+13+66=295 (39% of max value = 765). Red value is 216 (84.77% from 255 or 73.22% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D42 is #27F2BD. Grayscale: #4F4F4F. Windows color (decimal): -2618046 or 4328920. OLE color: 4328920.

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

Color convert

RGB 216 13 66 -
CMYK 0 0.94 0.69 0.15
HSL 344.34º 0.89% 0.45% -
HSV(B) 344.34º 0.94% 0.85% -
XYZ 29.45 15.28 6.55 -
YUV 79.74 120.25 225.19 -
System Red Green Blue C M Y K H S L
Decimal 216 13 66 0 0.94 0.69 0.15 344.34 0.89 0.45
Hex D8 D 42 0 5E 45 F 158 59 2D
Octal 330 15 102 0 136 105 17 530 131 55
Binary 11011000 1101 1000010 0 1011110 1000101 1111 101011000 1011001 101101

Color Harmonies of #D80D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D42

Black with #D80D42

Text Example


Text Example

White with #D80D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D42; }

 p { color: rgb(216,13,66); }

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

background-color css

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

 a { background-color: rgb(216,13,66); }

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

border-color css

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

 span { border-color: rgb(216,13,66); }

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