Html Css Color HEX #8F0222 Carmine

📋 copy color: '#8F0222'

red 143 ◦ green 2 ◦ blue 34

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

Shades of Carmine #8F0222

Tints of Carmine #8F0222

RGB

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

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

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

R = 79.89%
G = 1.12%
B = 18.99%

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

#8F0222 (or 0x8F0222) is known color: Carmine. HEX triplet: 8F, 02 and 22. RGB value is (143,2,34). Sum of RGB (Red+Green+Blue) = 143+2+34=179 (23% of max value = 765). Red value is 143 (56.25% from 255 or 79.89% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0222 is #70FDDD. Grayscale: #2F2F2F. Windows color (decimal): -7405022 or 2228879. OLE color: 2228879.

HSL color Cylindrical-coordinate representation of color #8F0222: hue angle of 346.38º degrees, saturation: 0.97, 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 #8F0222 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 34 -
CMYK 0 0.99 0.76 0.44
HSL 346.38º 0.97% 0.28% -
HSV(B) 346.38º 0.99% 0.56% -
XYZ 11.64 6 2.06 -
YUV 47.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 143 2 34 0 0.99 0.76 0.44 346.38 0.97 0.28
Hex 8F 2 22 0 63 4C 2C 15A 61 1C
Octal 217 2 42 0 143 114 54 532 141 34
Binary 10001111 10 100010 0 1100011 1001100 101100 101011010 1100001 11100

Color Harmonies of #8F0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0222

Black with #8F0222

Text Example


Text Example

White with #8F0222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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