Html Css Color HEX #D60644 Crimson

📋 copy color: '#D60644'

red 214 ◦ green 6 ◦ blue 68

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

Shades of Crimson #D60644

Tints of Crimson #D60644

RGB

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

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

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

R = 74.31%
G = 2.08%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D60644 (or 0xD60644) is known color: Crimson. HEX triplet: D6, 06 and 44. RGB value is (214,6,68). Sum of RGB (Red+Green+Blue) = 214+6+68=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D60644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60644 is #29F9BB. Grayscale: #4B4B4B. Windows color (decimal): -2750908 or 4458198. OLE color: 4458198.

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

Color convert

RGB 214 6 68 -
CMYK 0 0.97 0.68 0.16
HSL 342.12º 0.95% 0.43% -
HSV(B) 342.12º 0.97% 0.84% -
XYZ 28.84 14.84 6.81 -
YUV 75.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 214 6 68 0 0.97 0.68 0.16 342.12 0.95 0.43
Hex D6 6 44 0 61 44 10 156 5F 2B
Octal 326 6 104 0 141 104 20 526 137 53
Binary 11010110 110 1000100 0 1100001 1000100 10000 101010110 1011111 101011

Color Harmonies of #D60644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60644

Black with #D60644

Text Example


Text Example

White with #D60644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60644; }

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

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

background-color css

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

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

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

border-color css

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

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

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