Html Css Color HEX #D61239 Crimson

📋 copy color: '#D61239'

red 214 ◦ green 18 ◦ blue 57

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

Shades of Crimson #D61239

Tints of Crimson #D61239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 74.05%
G = 6.23%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D61239 (or 0xD61239) is known color: Crimson. HEX triplet: D6, 12 and 39. RGB value is (214,18,57). Sum of RGB (Red+Green+Blue) = 214+18+57=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D61239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61239 is #29EDC6. Grayscale: #515151. Windows color (decimal): -2747847 or 3740374. OLE color: 3740374.

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

Color convert

RGB 214 18 57 -
CMYK 0 0.92 0.73 0.16
HSL 348.06º 0.84% 0.45% -
HSV(B) 348.06º 0.92% 0.84% -
XYZ 28.69 15.02 5.26 -
YUV 81.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 214 18 57 0 0.92 0.73 0.16 348.06 0.84 0.45
Hex D6 12 39 0 5C 49 10 15C 54 2D
Octal 326 22 71 0 134 111 20 534 124 55
Binary 11010110 10010 111001 0 1011100 1001001 10000 101011100 1010100 101101

Color Harmonies of #D61239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61239

Black with #D61239

Text Example


Text Example

White with #D61239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61239; }

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

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

background-color css

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

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

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

border-color css

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

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

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