Html Css Color HEX #8F0122 Carmine

📋 copy color: '#8F0122'

red 143 ◦ green 1 ◦ blue 34

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

Shades of Carmine #8F0122

Tints of Carmine #8F0122

RGB

 RED value IS 143 (56.25% from 255) = 80.34%

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 34 (13.67% from 255) = 19.1%

R = 80.34%
G = 0.56%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F0122 (or 0x8F0122) is known color: Carmine. HEX triplet: 8F, 01 and 22. RGB value is (143,1,34). Sum of RGB (Red+Green+Blue) = 143+1+34=178 (23% of max value = 765). Red value is 143 (56.25% from 255 or 80.34% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0122 is #70FEDD. Grayscale: #2F2F2F. Windows color (decimal): -7405278 or 2228623. OLE color: 2228623.

HSL color Cylindrical-coordinate representation of color #8F0122: hue angle of 346.06º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0122 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 1 34 -
CMYK 0 0.99 0.76 0.44
HSL 346.06º 0.99% 0.28% -
HSV(B) 346.06º 0.99% 0.56% -
XYZ 11.63 5.98 2.05 -
YUV 47.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 143 1 34 0 0.99 0.76 0.44 346.06 0.99 0.28
Hex 8F 1 22 0 63 4C 2C 15A 63 1C
Octal 217 1 42 0 143 114 54 532 143 34
Binary 10001111 1 100010 0 1100011 1001100 101100 101011010 1100011 11100

Color Harmonies of #8F0122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0122

Black with #8F0122

Text Example


Text Example

White with #8F0122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0122; }

 p { color: rgb(143,1,34); }

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

background-color css

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

 a { background-color: rgb(143,1,34); }

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

border-color css

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

 span { border-color: rgb(143,1,34); }

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