Html Css Color HEX #950214 Carmine

📋 copy color: '#950214'

red 149 ◦ green 2 ◦ blue 20

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

Shades of Carmine #950214

Tints of Carmine #950214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 87.13%
G = 1.17%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#950214 (or 0x950214) is known color: Carmine. HEX triplet: 95, 02 and 14. RGB value is (149,2,20). Sum of RGB (Red+Green+Blue) = 149+2+20=171 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.13% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 149 - color contains mainly: red. Hex color #950214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950214 is #6AFDEB. Grayscale: #303030. Windows color (decimal): -7011820 or 1311381. OLE color: 1311381.

HSL color Cylindrical-coordinate representation of color #950214: hue angle of 352.65º 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 #950214 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 20 -
CMYK 0 0.99 0.87 0.42
HSL 352.65º 0.97% 0.3% -
HSV(B) 352.65º 0.99% 0.58% -
XYZ 12.54 6.48 1.25 -
YUV 48.01 112.2 200.04 -
System Red Green Blue C M Y K H S L
Decimal 149 2 20 0 0.99 0.87 0.42 352.65 0.97 0.3
Hex 95 2 14 0 63 57 2A 161 61 1E
Octal 225 2 24 0 143 127 52 541 141 36
Binary 10010101 10 10100 0 1100011 1010111 101010 101100001 1100001 11110

Color Harmonies of #950214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950214

Black with #950214

Text Example


Text Example

White with #950214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950214; }

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

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

background-color css

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

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

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

border-color css

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

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

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