Html Css Color HEX #D60944 Crimson

📋 copy color: '#D60944'

red 214 ◦ green 9 ◦ blue 68

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

Shades of Crimson #D60944

Tints of Crimson #D60944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.09%

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

R = 73.54%
G = 3.09%
B = 23.37%

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

#D60944 (or 0xD60944) is known color: Crimson. HEX triplet: D6, 09 and 44. RGB value is (214,9,68). Sum of RGB (Red+Green+Blue) = 214+9+68=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D60944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60944 is #29F6BB. Grayscale: #4C4C4C. Windows color (decimal): -2750140 or 4458966. OLE color: 4458966.

HSL color Cylindrical-coordinate representation of color #D60944: hue angle of 342.73º degrees, saturation: 0.92, 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 #D60944 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 9 68 -
CMYK 0 0.96 0.68 0.16
HSL 342.73º 0.92% 0.44% -
HSV(B) 342.73º 0.96% 0.84% -
XYZ 28.87 14.91 6.82 -
YUV 77.02 122.92 225.7 -
System Red Green Blue C M Y K H S L
Decimal 214 9 68 0 0.96 0.68 0.16 342.73 0.92 0.44
Hex D6 9 44 0 60 44 10 157 5C 2C
Octal 326 11 104 0 140 104 20 527 134 54
Binary 11010110 1001 1000100 0 1100000 1000100 10000 101010111 1011100 101100

Color Harmonies of #D60944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60944

Black with #D60944

Text Example


Text Example

White with #D60944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60944; }

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

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

background-color css

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

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

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

border-color css

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

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

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