Html Css Color HEX #D62149 Crimson

📋 copy color: '#D62149'

red 214 ◦ green 33 ◦ blue 73

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

Shades of Crimson #D62149

Tints of Crimson #D62149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 66.88%
G = 10.31%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D62149 (or 0xD62149) is known color: Crimson. HEX triplet: D6, 21 and 49. RGB value is (214,33,73). Sum of RGB (Red+Green+Blue) = 214+33+73=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D62149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62149 is #29DEB6. Grayscale: #5B5B5B. Windows color (decimal): -2743991 or 4792790. OLE color: 4792790.

HSL color Cylindrical-coordinate representation of color #D62149: hue angle of 346.74º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D62149 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 73 -
CMYK 0 0.85 0.66 0.16
HSL 346.74º 0.73% 0.48% -
HSV(B) 346.74º 0.85% 0.84% -
XYZ 29.48 15.86 7.81 -
YUV 91.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 214 33 73 0 0.85 0.66 0.16 346.74 0.73 0.48
Hex D6 21 49 0 55 42 10 15B 49 30
Octal 326 41 111 0 125 102 20 533 111 60
Binary 11010110 100001 1001001 0 1010101 1000010 10000 101011011 1001001 110000

Color Harmonies of #D62149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62149

Black with #D62149

Text Example


Text Example

White with #D62149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62149; }

 p { color: rgb(214,33,73); }

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

background-color css

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

 a { background-color: rgb(214,33,73); }

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

border-color css

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

 span { border-color: rgb(214,33,73); }

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