Html Css Color HEX #D61733 Crimson

📋 copy color: '#D61733'

red 214 ◦ green 23 ◦ blue 51

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

Shades of Crimson #D61733

Tints of Crimson #D61733

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 51 (20.31% from 255) = 17.71%

R = 74.31%
G = 7.99%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61733 (or 0xD61733) is known color: Crimson. HEX triplet: D6, 17 and 33. RGB value is (214,23,51). Sum of RGB (Red+Green+Blue) = 214+23+51=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61733 is #29E8CC. Grayscale: #535353. Windows color (decimal): -2746573 or 3348438. OLE color: 3348438.

HSL color Cylindrical-coordinate representation of color #D61733: hue angle of 351.2º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61733 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 23 51 -
CMYK 0 0.89 0.76 0.16
HSL 351.2º 0.81% 0.46% -
HSV(B) 351.2º 0.89% 0.84% -
XYZ 28.64 15.15 4.55 -
YUV 83.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 214 23 51 0 0.89 0.76 0.16 351.2 0.81 0.46
Hex D6 17 33 0 59 4C 10 15F 51 2E
Octal 326 27 63 0 131 114 20 537 121 56
Binary 11010110 10111 110011 0 1011001 1001100 10000 101011111 1010001 101110

Color Harmonies of #D61733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61733

Black with #D61733

Text Example


Text Example

White with #D61733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61733; }

 p { color: rgb(214,23,51); }

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

background-color css

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

 a { background-color: rgb(214,23,51); }

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

border-color css

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

 span { border-color: rgb(214,23,51); }

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