Html Css Color HEX #D61242 Crimson

📋 copy color: '#D61242'

red 214 ◦ green 18 ◦ blue 66

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

Shades of Crimson #D61242

Tints of Crimson #D61242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 71.81%
G = 6.04%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D61242 (or 0xD61242) is known color: Crimson. HEX triplet: D6, 12 and 42. RGB value is (214,18,66). Sum of RGB (Red+Green+Blue) = 214+18+66=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D61242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61242 is #29EDBD. Grayscale: #525252. Windows color (decimal): -2747838 or 4330198. OLE color: 4330198.

HSL color Cylindrical-coordinate representation of color #D61242: hue angle of 345.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61242 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 18 66 -
CMYK 0 0.92 0.69 0.16
HSL 345.31º 0.84% 0.45% -
HSV(B) 345.31º 0.92% 0.84% -
XYZ 28.93 15.12 6.55 -
YUV 82.08 118.93 222.1 -
System Red Green Blue C M Y K H S L
Decimal 214 18 66 0 0.92 0.69 0.16 345.31 0.84 0.45
Hex D6 12 42 0 5C 45 10 159 54 2D
Octal 326 22 102 0 134 105 20 531 124 55
Binary 11010110 10010 1000010 0 1011100 1000101 10000 101011001 1010100 101101

Color Harmonies of #D61242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61242

Black with #D61242

Text Example


Text Example

White with #D61242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61242; }

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

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

background-color css

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

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

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

border-color css

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

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

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