Html Css Color HEX #D61832 Crimson

📋 copy color: '#D61832'

red 214 ◦ green 24 ◦ blue 50

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

Shades of Crimson #D61832

Tints of Crimson #D61832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.33%

 BLUE value IS 50 (19.92% from 255) = 17.36%

R = 74.31%
G = 8.33%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61832 (or 0xD61832) is known color: Crimson. HEX triplet: D6, 18 and 32. RGB value is (214,24,50). Sum of RGB (Red+Green+Blue) = 214+24+50=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D61832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61832 is #29E7CD. Grayscale: #535353. Windows color (decimal): -2746318 or 3283158. OLE color: 3283158.

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

Color convert

RGB 214 24 50 -
CMYK 0 0.89 0.77 0.16
HSL 351.79º 0.8% 0.47% -
HSV(B) 351.79º 0.89% 0.84% -
XYZ 28.63 15.18 4.44 -
YUV 83.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 214 24 50 0 0.89 0.77 0.16 351.79 0.8 0.47
Hex D6 18 32 0 59 4D 10 160 50 2F
Octal 326 30 62 0 131 115 20 540 120 57
Binary 11010110 11000 110010 0 1011001 1001101 10000 101100000 1010000 101111

Color Harmonies of #D61832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61832

Black with #D61832

Text Example


Text Example

White with #D61832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61832; }

 p { color: rgb(214,24,50); }

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

background-color css

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

 a { background-color: rgb(214,24,50); }

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

border-color css

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

 span { border-color: rgb(214,24,50); }

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