Html Css Color HEX #940227 Carmine

📋 copy color: '#940227'

red 148 ◦ green 2 ◦ blue 39

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

Shades of Carmine #940227

Tints of Carmine #940227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.63%

R = 78.31%
G = 1.06%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#940227 (or 0x940227) is known color: Carmine. HEX triplet: 94, 02 and 27. RGB value is (148,2,39). Sum of RGB (Red+Green+Blue) = 148+2+39=189 (25% of max value = 765). Red value is 148 (58.20% from 255 or 78.31% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 148 - color contains mainly: red. Hex color #940227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940227 is #6BFDD8. Grayscale: #313131. Windows color (decimal): -7077337 or 2556564. OLE color: 2556564.

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

Color convert

RGB 148 2 39 -
CMYK 0 0.99 0.74 0.42
HSL 344.79º 0.97% 0.29% -
HSV(B) 344.79º 0.99% 0.58% -
XYZ 12.6 6.49 2.51 -
YUV 49.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 148 2 39 0 0.99 0.74 0.42 344.79 0.97 0.29
Hex 94 2 27 0 63 4A 2A 159 61 1D
Octal 224 2 47 0 143 112 52 531 141 35
Binary 10010100 10 100111 0 1100011 1001010 101010 101011001 1100001 11101

Color Harmonies of #940227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940227

Black with #940227

Text Example


Text Example

White with #940227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940227; }

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

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

background-color css

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

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

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

border-color css

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

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

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