Html Css Color HEX #D60942 Crimson

📋 copy color: '#D60942'

red 214 ◦ green 9 ◦ blue 66

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

Shades of Crimson #D60942

Tints of Crimson #D60942

RGB

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

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

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

R = 74.05%
G = 3.11%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D60942 (or 0xD60942) is known color: Crimson. HEX triplet: D6, 09 and 42. RGB value is (214,9,66). Sum of RGB (Red+Green+Blue) = 214+9+66=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D60942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60942 is #29F6BD. Grayscale: #4C4C4C. Windows color (decimal): -2750142 or 4327894. OLE color: 4327894.

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

Color convert

RGB 214 9 66 -
CMYK 0 0.96 0.69 0.16
HSL 343.32º 0.92% 0.44% -
HSV(B) 343.32º 0.96% 0.84% -
XYZ 28.81 14.88 6.51 -
YUV 76.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 214 9 66 0 0.96 0.69 0.16 343.32 0.92 0.44
Hex D6 9 42 0 60 45 10 157 5C 2C
Octal 326 11 102 0 140 105 20 527 134 54
Binary 11010110 1001 1000010 0 1100000 1000101 10000 101010111 1011100 101100

Color Harmonies of #D60942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60942

Black with #D60942

Text Example


Text Example

White with #D60942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60942; }

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

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

background-color css

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

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

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

border-color css

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

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

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