Html Css Color HEX #900217 Carmine

📋 copy color: '#900217'

red 144 ◦ green 2 ◦ blue 23

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

Shades of Carmine #900217

Tints of Carmine #900217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.61%

R = 85.21%
G = 1.18%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#900217 (or 0x900217) is known color: Carmine. HEX triplet: 90, 02 and 17. RGB value is (144,2,23). Sum of RGB (Red+Green+Blue) = 144+2+23=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900217 is #6FFDE8. Grayscale: #2E2E2E. Windows color (decimal): -7339497 or 1507984. OLE color: 1507984.

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

Color convert

RGB 144 2 23 -
CMYK 0 0.99 0.84 0.44
HSL 351.13º 0.97% 0.29% -
HSV(B) 351.13º 0.99% 0.56% -
XYZ 11.68 6.03 1.36 -
YUV 46.85 114.54 197.29 -
System Red Green Blue C M Y K H S L
Decimal 144 2 23 0 0.99 0.84 0.44 351.13 0.97 0.29
Hex 90 2 17 0 63 54 2C 15F 61 1D
Octal 220 2 27 0 143 124 54 537 141 35
Binary 10010000 10 10111 0 1100011 1010100 101100 101011111 1100001 11101

Color Harmonies of #900217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900217

Black with #900217

Text Example


Text Example

White with #900217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900217; }

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

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

background-color css

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

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

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

border-color css

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

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

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