Html Css Color HEX #D61133 Crimson

📋 copy color: '#D61133'

red 214 ◦ green 17 ◦ blue 51

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

Shades of Crimson #D61133

Tints of Crimson #D61133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 75.89%
G = 6.03%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61133 (or 0xD61133) is known color: Crimson. HEX triplet: D6, 11 and 33. RGB value is (214,17,51). Sum of RGB (Red+Green+Blue) = 214+17+51=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D61133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61133 is #29EECC. Grayscale: #4F4F4F. Windows color (decimal): -2748109 or 3346902. OLE color: 3346902.

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

Color convert

RGB 214 17 51 -
CMYK 0 0.92 0.76 0.16
HSL 349.64º 0.85% 0.45% -
HSV(B) 349.64º 0.92% 0.84% -
XYZ 28.53 14.94 4.51 -
YUV 79.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 214 17 51 0 0.92 0.76 0.16 349.64 0.85 0.45
Hex D6 11 33 0 5C 4C 10 15E 55 2D
Octal 326 21 63 0 134 114 20 536 125 55
Binary 11010110 10001 110011 0 1011100 1001100 10000 101011110 1010101 101101

Color Harmonies of #D61133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61133

Black with #D61133

Text Example


Text Example

White with #D61133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61133; }

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

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

background-color css

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

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

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

border-color css

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

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

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