Html Css Color HEX #D60844 Crimson

📋 copy color: '#D60844'

red 214 ◦ green 8 ◦ blue 68

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

Shades of Crimson #D60844

Tints of Crimson #D60844

RGB

 RED value IS 214 (83.98% from 255) = 73.79%

 GREEN value IS 8 (3.52% from 255) = 2.76%

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

R = 73.79%
G = 2.76%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60844 (or 0xD60844) is known color: Crimson. HEX triplet: D6, 08 and 44. RGB value is (214,8,68). Sum of RGB (Red+Green+Blue) = 214+8+68=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D60844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60844 is #29F7BB. Grayscale: #4C4C4C. Windows color (decimal): -2750396 or 4458710. OLE color: 4458710.

HSL color Cylindrical-coordinate representation of color #D60844: hue angle of 342.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60844 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 68 -
CMYK 0 0.96 0.68 0.16
HSL 342.52º 0.93% 0.44% -
HSV(B) 342.52º 0.96% 0.84% -
XYZ 28.86 14.89 6.82 -
YUV 76.43 123.25 226.12 -
System Red Green Blue C M Y K H S L
Decimal 214 8 68 0 0.96 0.68 0.16 342.52 0.93 0.44
Hex D6 8 44 0 60 44 10 157 5D 2C
Octal 326 10 104 0 140 104 20 527 135 54
Binary 11010110 1000 1000100 0 1100000 1000100 10000 101010111 1011101 101100

Color Harmonies of #D60844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60844

Black with #D60844

Text Example


Text Example

White with #D60844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60844; }

 p { color: rgb(214,8,68); }

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

background-color css

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

 a { background-color: rgb(214,8,68); }

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

border-color css

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

 span { border-color: rgb(214,8,68); }

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