Html Css Color HEX #D61636 Crimson

📋 copy color: '#D61636'

red 214 ◦ green 22 ◦ blue 54

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

Shades of Crimson #D61636

Tints of Crimson #D61636

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 73.79%
G = 7.59%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61636 (or 0xD61636) is known color: Crimson. HEX triplet: D6, 16 and 36. RGB value is (214,22,54). Sum of RGB (Red+Green+Blue) = 214+22+54=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61636 is #29E9C9. Grayscale: #535353. Windows color (decimal): -2746826 or 3544790. OLE color: 3544790.

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

Color convert

RGB 214 22 54 -
CMYK 0 0.90 0.75 0.16
HSL 350º 0.81% 0.46% -
HSV(B) 350º 0.9% 0.84% -
XYZ 28.68 15.14 4.9 -
YUV 83.06 111.61 221.4 -
System Red Green Blue C M Y K H S L
Decimal 214 22 54 0 0.90 0.75 0.16 350 0.81 0.46
Hex D6 16 36 0 5A 4B 10 15E 51 2E
Octal 326 26 66 0 132 113 20 536 121 56
Binary 11010110 10110 110110 0 1011010 1001011 10000 101011110 1010001 101110

Color Harmonies of #D61636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61636

Black with #D61636

Text Example


Text Example

White with #D61636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61636; }

 p { color: rgb(214,22,54); }

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

background-color css

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

 a { background-color: rgb(214,22,54); }

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

border-color css

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

 span { border-color: rgb(214,22,54); }

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