Html Css Color HEX #940213 Carmine

📋 copy color: '#940213'

red 148 ◦ green 2 ◦ blue 19

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

Shades of Carmine #940213

Tints of Carmine #940213

RGB

 RED value IS 148 (58.2% from 255) = 87.57%

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

 BLUE value IS 19 (7.81% from 255) = 11.24%

R = 87.57%
G = 1.18%
B = 11.24%

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

#940213 (or 0x940213) is known color: Carmine. HEX triplet: 94, 02 and 13. RGB value is (148,2,19). Sum of RGB (Red+Green+Blue) = 148+2+19=169 (22% of max value = 765). Red value is 148 (58.20% from 255 or 87.57% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 148 - color contains mainly: red. Hex color #940213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #940213 is #6BFDEC. Grayscale: #2F2F2F. Windows color (decimal): -7077357 or 1245844. OLE color: 1245844.

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

Color convert

RGB 148 2 19 -
CMYK 0 0.99 0.87 0.42
HSL 353.01º 0.97% 0.29% -
HSV(B) 353.01º 0.99% 0.58% -
XYZ 12.35 6.39 1.2 -
YUV 47.59 111.87 199.62 -
System Red Green Blue C M Y K H S L
Decimal 148 2 19 0 0.99 0.87 0.42 353.01 0.97 0.29
Hex 94 2 13 0 63 57 2A 161 61 1D
Octal 224 2 23 0 143 127 52 541 141 35
Binary 10010100 10 10011 0 1100011 1010111 101010 101100001 1100001 11101

Color Harmonies of #940213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940213

Black with #940213

Text Example


Text Example

White with #940213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940213; }

 p { color: rgb(148,2,19); }

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

background-color css

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

 a { background-color: rgb(148,2,19); }

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

border-color css

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

 span { border-color: rgb(148,2,19); }

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