Html Css Color HEX #D61633 Crimson

📋 copy color: '#D61633'

red 214 ◦ green 22 ◦ blue 51

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

Shades of Crimson #D61633

Tints of Crimson #D61633

RGB

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

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

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

R = 74.56%
G = 7.67%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D61633 (or 0xD61633) is known color: Crimson. HEX triplet: D6, 16 and 33. RGB value is (214,22,51). Sum of RGB (Red+Green+Blue) = 214+22+51=287 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.56% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 214 - color contains mainly: red. Hex color #D61633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61633 is #29E9CC. Grayscale: #525252. Windows color (decimal): -2746829 or 3348182. OLE color: 3348182.

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

Color convert

RGB 214 22 51 -
CMYK 0 0.90 0.76 0.16
HSL 350.94º 0.81% 0.46% -
HSV(B) 350.94º 0.9% 0.84% -
XYZ 28.62 15.11 4.54 -
YUV 82.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 214 22 51 0 0.90 0.76 0.16 350.94 0.81 0.46
Hex D6 16 33 0 5A 4C 10 15F 51 2E
Octal 326 26 63 0 132 114 20 537 121 56
Binary 11010110 10110 110011 0 1011010 1001100 10000 101011111 1010001 101110

Color Harmonies of #D61633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61633

Black with #D61633

Text Example


Text Example

White with #D61633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61633; }

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

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

background-color css

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

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

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

border-color css

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

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

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