Html Css Color HEX #940225 Carmine

📋 copy color: '#940225'

red 148 ◦ green 2 ◦ blue 37

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

Shades of Carmine #940225

Tints of Carmine #940225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 79.14%
G = 1.07%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#940225 (or 0x940225) is known color: Carmine. HEX triplet: 94, 02 and 25. RGB value is (148,2,37). Sum of RGB (Red+Green+Blue) = 148+2+37=187 (24% of max value = 765). Red value is 148 (58.20% from 255 or 79.14% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 148 - color contains mainly: red. Hex color #940225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940225 is #6BFDDA. Grayscale: #313131. Windows color (decimal): -7077339 or 2425492. OLE color: 2425492.

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

Color convert

RGB 148 2 37 -
CMYK 0 0.99 0.75 0.42
HSL 345.62º 0.97% 0.29% -
HSV(B) 345.62º 0.99% 0.58% -
XYZ 12.57 6.47 2.34 -
YUV 49.64 120.87 198.15 -
System Red Green Blue C M Y K H S L
Decimal 148 2 37 0 0.99 0.75 0.42 345.62 0.97 0.29
Hex 94 2 25 0 63 4B 2A 15A 61 1D
Octal 224 2 45 0 143 113 52 532 141 35
Binary 10010100 10 100101 0 1100011 1001011 101010 101011010 1100001 11101

Color Harmonies of #940225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940225

Black with #940225

Text Example


Text Example

White with #940225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940225; }

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

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

background-color css

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

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

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

border-color css

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

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

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