Html Css Color HEX #D62146 Crimson

📋 copy color: '#D62146'

red 214 ◦ green 33 ◦ blue 70

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

Shades of Crimson #D62146

Tints of Crimson #D62146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.08%

R = 67.51%
G = 10.41%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D62146 (or 0xD62146) is known color: Crimson. HEX triplet: D6, 21 and 46. RGB value is (214,33,70). Sum of RGB (Red+Green+Blue) = 214+33+70=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D62146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62146 is #29DEB9. Grayscale: #5B5B5B. Windows color (decimal): -2743994 or 4596182. OLE color: 4596182.

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

Color convert

RGB 214 33 70 -
CMYK 0 0.85 0.67 0.16
HSL 347.73º 0.73% 0.48% -
HSV(B) 347.73º 0.85% 0.84% -
XYZ 29.38 15.83 7.3 -
YUV 91.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 214 33 70 0 0.85 0.67 0.16 347.73 0.73 0.48
Hex D6 21 46 0 55 43 10 15C 49 30
Octal 326 41 106 0 125 103 20 534 111 60
Binary 11010110 100001 1000110 0 1010101 1000011 10000 101011100 1001001 110000

Color Harmonies of #D62146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62146

Black with #D62146

Text Example


Text Example

White with #D62146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62146; }

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

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

background-color css

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

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

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

border-color css

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

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

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