Html Css Color HEX #970218 Carmine

📋 copy color: '#970218'

red 151 ◦ green 2 ◦ blue 24

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

Shades of Carmine #970218

Tints of Carmine #970218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.56%

R = 85.31%
G = 1.13%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#970218 (or 0x970218) is known color: Carmine. HEX triplet: 97, 02 and 18. RGB value is (151,2,24). Sum of RGB (Red+Green+Blue) = 151+2+24=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970218 is #68FDE7. Grayscale: #313131. Windows color (decimal): -6880744 or 1573527. OLE color: 1573527.

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

Color convert

RGB 151 2 24 -
CMYK 0 0.99 0.84 0.41
HSL 351.14º 0.97% 0.3% -
HSV(B) 351.14º 0.99% 0.59% -
XYZ 12.95 6.69 1.47 -
YUV 49.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 151 2 24 0 0.99 0.84 0.41 351.14 0.97 0.3
Hex 97 2 18 0 63 54 29 15F 61 1E
Octal 227 2 30 0 143 124 51 537 141 36
Binary 10010111 10 11000 0 1100011 1010100 101001 101011111 1100001 11110

Color Harmonies of #970218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970218

Black with #970218

Text Example


Text Example

White with #970218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970218; }

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

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

background-color css

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

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

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

border-color css

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

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

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