Html Css Color HEX #8F0921 Carmine

📋 copy color: '#8F0921'

red 143 ◦ green 9 ◦ blue 33

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

Shades of Carmine #8F0921

Tints of Carmine #8F0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 77.3%
G = 4.86%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8F0921 (or 0x8F0921) is known color: Carmine. HEX triplet: 8F, 09 and 21. RGB value is (143,9,33). Sum of RGB (Red+Green+Blue) = 143+9+33=185 (24% of max value = 765). Red value is 143 (56.25% from 255 or 77.30% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 33 (13.28% from 255 or 17.84% from 185); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0921 is #70F6DE. Grayscale: #333333. Windows color (decimal): -7403231 or 2165135. OLE color: 2165135.

HSL color Cylindrical-coordinate representation of color #8F0921: hue angle of 349.25º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0921 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 33 -
CMYK 0 0.94 0.77 0.44
HSL 349.25º 0.88% 0.3% -
HSV(B) 349.25º 0.94% 0.56% -
XYZ 11.7 6.14 2.01 -
YUV 51.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 143 9 33 0 0.94 0.77 0.44 349.25 0.88 0.3
Hex 8F 9 21 0 5E 4D 2C 15D 58 1E
Octal 217 11 41 0 136 115 54 535 130 36
Binary 10001111 1001 100001 0 1011110 1001101 101100 101011101 1011000 11110

Color Harmonies of #8F0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0921

Black with #8F0921

Text Example


Text Example

White with #8F0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,9,33); }

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

background-color css

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

 a { background-color: rgb(143,9,33); }

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

border-color css

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

 span { border-color: rgb(143,9,33); }

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