Html Css Color HEX #D80642 Crimson

📋 copy color: '#D80642'

red 216 ◦ green 6 ◦ blue 66

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

Shades of Crimson #D80642

Tints of Crimson #D80642

RGB

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

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

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

R = 75%
G = 2.08%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80642 (or 0xD80642) is known color: Crimson. HEX triplet: D8, 06 and 42. RGB value is (216,6,66). Sum of RGB (Red+Green+Blue) = 216+6+66=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D80642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80642 is #27F9BD. Grayscale: #4B4B4B. Windows color (decimal): -2619838 or 4327128. OLE color: 4327128.

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

Color convert

RGB 216 6 66 -
CMYK 0 0.97 0.69 0.15
HSL 342.86º 0.95% 0.44% -
HSV(B) 342.86º 0.97% 0.85% -
XYZ 29.37 15.12 6.53 -
YUV 75.63 122.57 228.12 -
System Red Green Blue C M Y K H S L
Decimal 216 6 66 0 0.97 0.69 0.15 342.86 0.95 0.44
Hex D8 6 42 0 61 45 F 157 5F 2C
Octal 330 6 102 0 141 105 17 527 137 54
Binary 11011000 110 1000010 0 1100001 1000101 1111 101010111 1011111 101100

Color Harmonies of #D80642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80642

Black with #D80642

Text Example


Text Example

White with #D80642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80642; }

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

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

background-color css

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

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

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

border-color css

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

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

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