Html Css Color HEX #D61735 Crimson

📋 copy color: '#D61735'

red 214 ◦ green 23 ◦ blue 53

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

Shades of Crimson #D61735

Tints of Crimson #D61735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.28%

R = 73.79%
G = 7.93%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61735 (or 0xD61735) is known color: Crimson. HEX triplet: D6, 17 and 35. RGB value is (214,23,53). Sum of RGB (Red+Green+Blue) = 214+23+53=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61735 is #29E8CA. Grayscale: #535353. Windows color (decimal): -2746571 or 3479510. OLE color: 3479510.

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

Color convert

RGB 214 23 53 -
CMYK 0 0.89 0.75 0.16
HSL 350.58º 0.81% 0.46% -
HSV(B) 350.58º 0.89% 0.84% -
XYZ 28.68 15.17 4.78 -
YUV 83.53 110.78 221.06 -
System Red Green Blue C M Y K H S L
Decimal 214 23 53 0 0.89 0.75 0.16 350.58 0.81 0.46
Hex D6 17 35 0 59 4B 10 15F 51 2E
Octal 326 27 65 0 131 113 20 537 121 56
Binary 11010110 10111 110101 0 1011001 1001011 10000 101011111 1010001 101110

Color Harmonies of #D61735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61735

Black with #D61735

Text Example


Text Example

White with #D61735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61735; }

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

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

background-color css

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

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

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

border-color css

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

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

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