Html Css Color HEX #900215 Carmine

📋 copy color: '#900215'

red 144 ◦ green 2 ◦ blue 21

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

Shades of Carmine #900215

Tints of Carmine #900215

RGB

 RED value IS 144 (56.64% from 255) = 86.23%

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

 BLUE value IS 21 (8.59% from 255) = 12.57%

R = 86.23%
G = 1.2%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#900215 (or 0x900215) is known color: Carmine. HEX triplet: 90, 02 and 15. RGB value is (144,2,21). Sum of RGB (Red+Green+Blue) = 144+2+21=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 21 (8.59% from 255 or 12.57% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #900215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900215 is #6FFDEA. Grayscale: #2E2E2E. Windows color (decimal): -7339499 or 1376912. OLE color: 1376912.

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

Color convert

RGB 144 2 21 -
CMYK 0 0.99 0.85 0.44
HSL 351.97º 0.97% 0.29% -
HSV(B) 351.97º 0.99% 0.56% -
XYZ 11.66 6.03 1.26 -
YUV 46.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 144 2 21 0 0.99 0.85 0.44 351.97 0.97 0.29
Hex 90 2 15 0 63 55 2C 160 61 1D
Octal 220 2 25 0 143 125 54 540 141 35
Binary 10010000 10 10101 0 1100011 1010101 101100 101100000 1100001 11101

Color Harmonies of #900215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900215

Black with #900215

Text Example


Text Example

White with #900215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900215; }

 p { color: rgb(144,2,21); }

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

background-color css

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

 a { background-color: rgb(144,2,21); }

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

border-color css

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

 span { border-color: rgb(144,2,21); }

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