Html Css Color HEX #950217 Carmine

📋 copy color: '#950217'

red 149 ◦ green 2 ◦ blue 23

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

Shades of Carmine #950217

Tints of Carmine #950217

RGB

 RED value IS 149 (58.59% from 255) = 85.63%

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 23 (9.38% from 255) = 13.22%

R = 85.63%
G = 1.15%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950217 (or 0x950217) is known color: Carmine. HEX triplet: 95, 02 and 17. RGB value is (149,2,23). Sum of RGB (Red+Green+Blue) = 149+2+23=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #950217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950217 is #6AFDE8. Grayscale: #303030. Windows color (decimal): -7011817 or 1507989. OLE color: 1507989.

HSL color Cylindrical-coordinate representation of color #950217: hue angle of 351.43º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950217 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 23 -
CMYK 0 0.99 0.85 0.42
HSL 351.43º 0.97% 0.3% -
HSV(B) 351.43º 0.99% 0.58% -
XYZ 12.57 6.49 1.4 -
YUV 48.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 149 2 23 0 0.99 0.85 0.42 351.43 0.97 0.3
Hex 95 2 17 0 63 55 2A 15F 61 1E
Octal 225 2 27 0 143 125 52 537 141 36
Binary 10010101 10 10111 0 1100011 1010101 101010 101011111 1100001 11110

Color Harmonies of #950217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950217

Black with #950217

Text Example


Text Example

White with #950217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950217; }

 p { color: rgb(149,2,23); }

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

background-color css

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

 a { background-color: rgb(149,2,23); }

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

border-color css

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

 span { border-color: rgb(149,2,23); }

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