Html Css Color HEX #970F21 Carmine

📋 copy color: '#970F21'

red 151 ◦ green 15 ◦ blue 33

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

Shades of Carmine #970F21

Tints of Carmine #970F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.54%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 75.88%
G = 7.54%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#970F21 (or 0x970F21) is known color: Carmine. HEX triplet: 97, 0F and 21. RGB value is (151,15,33). Sum of RGB (Red+Green+Blue) = 151+15+33=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #970F21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970F21 is #68F0DE. Grayscale: #393939. Windows color (decimal): -6877407 or 2166679. OLE color: 2166679.

HSL color Cylindrical-coordinate representation of color #970F21: hue angle of 352.06º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F21 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 15 33 -
CMYK 0 0.90 0.78 0.41
HSL 352.06º 0.82% 0.33% -
HSV(B) 352.06º 0.9% 0.59% -
XYZ 13.21 7.03 2.1 -
YUV 57.72 114.06 194.54 -
System Red Green Blue C M Y K H S L
Decimal 151 15 33 0 0.90 0.78 0.41 352.06 0.82 0.33
Hex 97 F 21 0 5A 4E 29 160 52 21
Octal 227 17 41 0 132 116 51 540 122 41
Binary 10010111 1111 100001 0 1011010 1001110 101001 101100000 1010010 100001

Color Harmonies of #970F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970F21

Black with #970F21

Text Example


Text Example

White with #970F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970F21; }

 p { color: rgb(151,15,33); }

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

background-color css

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

 a { background-color: rgb(151,15,33); }

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

border-color css

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

 span { border-color: rgb(151,15,33); }

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