Html Css Color HEX #900914 Carmine

📋 copy color: '#900914'

red 144 ◦ green 9 ◦ blue 20

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

Shades of Carmine #900914

Tints of Carmine #900914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.56%

R = 83.24%
G = 5.2%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#900914 (or 0x900914) is known color: Carmine. HEX triplet: 90, 09 and 14. RGB value is (144,9,20). Sum of RGB (Red+Green+Blue) = 144+9+20=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #900914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900914 is #6FF6EB. Grayscale: #323232. Windows color (decimal): -7337708 or 1313168. OLE color: 1313168.

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

Color convert

RGB 144 9 20 -
CMYK 0 0.94 0.86 0.44
HSL 355.11º 0.88% 0.3% -
HSV(B) 355.11º 0.94% 0.56% -
XYZ 11.73 6.18 1.24 -
YUV 50.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 144 9 20 0 0.94 0.86 0.44 355.11 0.88 0.3
Hex 90 9 14 0 5E 56 2C 163 58 1E
Octal 220 11 24 0 136 126 54 543 130 36
Binary 10010000 1001 10100 0 1011110 1010110 101100 101100011 1011000 11110

Color Harmonies of #900914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900914

Black with #900914

Text Example


Text Example

White with #900914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900914; }

 p { color: rgb(144,9,20); }

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

background-color css

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

 a { background-color: rgb(144,9,20); }

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

border-color css

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

 span { border-color: rgb(144,9,20); }

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