Html Css Color HEX #970224 Carmine

📋 copy color: '#970224'

red 151 ◦ green 2 ◦ blue 36

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

Shades of Carmine #970224

Tints of Carmine #970224

RGB

 RED value IS 151 (59.38% from 255) = 79.89%

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

 BLUE value IS 36 (14.45% from 255) = 19.05%

R = 79.89%
G = 1.06%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#970224 (or 0x970224) is known color: Carmine. HEX triplet: 97, 02 and 24. RGB value is (151,2,36). Sum of RGB (Red+Green+Blue) = 151+2+36=189 (25% of max value = 765). Red value is 151 (59.38% from 255 or 79.89% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 151 - color contains mainly: red. Hex color #970224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970224 is #68FDDB. Grayscale: #323232. Windows color (decimal): -6880732 or 2359959. OLE color: 2359959.

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

Color convert

RGB 151 2 36 -
CMYK 0 0.99 0.76 0.41
HSL 346.31º 0.97% 0.3% -
HSV(B) 346.31º 0.99% 0.59% -
XYZ 13.1 6.75 2.28 -
YUV 50.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 151 2 36 0 0.99 0.76 0.41 346.31 0.97 0.3
Hex 97 2 24 0 63 4C 29 15A 61 1E
Octal 227 2 44 0 143 114 51 532 141 36
Binary 10010111 10 100100 0 1100011 1001100 101001 101011010 1100001 11110

Color Harmonies of #970224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970224

Black with #970224

Text Example


Text Example

White with #970224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970224; }

 p { color: rgb(151,2,36); }

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

background-color css

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

 a { background-color: rgb(151,2,36); }

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

border-color css

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

 span { border-color: rgb(151,2,36); }

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