Html Css Color HEX #D80640 Crimson

📋 copy color: '#D80640'

red 216 ◦ green 6 ◦ blue 64

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

Shades of Crimson #D80640

Tints of Crimson #D80640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.1%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 75.52%
G = 2.1%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D80640 (or 0xD80640) is known color: Crimson. HEX triplet: D8, 06 and 40. RGB value is (216,6,64). Sum of RGB (Red+Green+Blue) = 216+6+64=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D80640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80640 is #27F9BF. Grayscale: #4B4B4B. Windows color (decimal): -2619840 or 4196056. OLE color: 4196056.

HSL color Cylindrical-coordinate representation of color #D80640: hue angle of 343.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80640 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 64 -
CMYK 0 0.97 0.70 0.15
HSL 343.43º 0.95% 0.44% -
HSV(B) 343.43º 0.97% 0.85% -
XYZ 29.31 15.1 6.22 -
YUV 75.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 216 6 64 0 0.97 0.70 0.15 343.43 0.95 0.44
Hex D8 6 40 0 61 46 F 157 5F 2C
Octal 330 6 100 0 141 106 17 527 137 54
Binary 11011000 110 1000000 0 1100001 1000110 1111 101010111 1011111 101100

Color Harmonies of #D80640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80640

Black with #D80640

Text Example


Text Example

White with #D80640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80640; }

 p { color: rgb(216,6,64); }

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

background-color css

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

 a { background-color: rgb(216,6,64); }

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

border-color css

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

 span { border-color: rgb(216,6,64); }

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