Html Css Color HEX #D61231 Crimson

📋 copy color: '#D61231'

red 214 ◦ green 18 ◦ blue 49

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

Shades of Crimson #D61231

Tints of Crimson #D61231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.44%

R = 76.16%
G = 6.41%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61231 (or 0xD61231) is known color: Crimson. HEX triplet: D6, 12 and 31. RGB value is (214,18,49). Sum of RGB (Red+Green+Blue) = 214+18+49=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D61231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61231 is #29EDCE. Grayscale: #505050. Windows color (decimal): -2747855 or 3216086. OLE color: 3216086.

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

Color convert

RGB 214 18 49 -
CMYK 0 0.92 0.77 0.16
HSL 350.51º 0.84% 0.45% -
HSV(B) 350.51º 0.92% 0.84% -
XYZ 28.5 14.95 4.29 -
YUV 80.14 110.43 223.48 -
System Red Green Blue C M Y K H S L
Decimal 214 18 49 0 0.92 0.77 0.16 350.51 0.84 0.45
Hex D6 12 31 0 5C 4D 10 15F 54 2D
Octal 326 22 61 0 134 115 20 537 124 55
Binary 11010110 10010 110001 0 1011100 1001101 10000 101011111 1010100 101101

Color Harmonies of #D61231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61231

Black with #D61231

Text Example


Text Example

White with #D61231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61231; }

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

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

background-color css

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

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

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

border-color css

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

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

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