Html Css Color HEX #900317 Carmine

📋 copy color: '#900317'

red 144 ◦ green 3 ◦ blue 23

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

Shades of Carmine #900317

Tints of Carmine #900317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 84.71%
G = 1.76%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#900317 (or 0x900317) is known color: Carmine. HEX triplet: 90, 03 and 17. RGB value is (144,3,23). Sum of RGB (Red+Green+Blue) = 144+3+23=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900317 is #6FFCE8. Grayscale: #2F2F2F. Windows color (decimal): -7339241 or 1508240. OLE color: 1508240.

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

Color convert

RGB 144 3 23 -
CMYK 0 0.98 0.84 0.44
HSL 351.49º 0.96% 0.29% -
HSV(B) 351.49º 0.98% 0.56% -
XYZ 11.69 6.06 1.36 -
YUV 47.44 114.21 196.87 -
System Red Green Blue C M Y K H S L
Decimal 144 3 23 0 0.98 0.84 0.44 351.49 0.96 0.29
Hex 90 3 17 0 62 54 2C 15F 60 1D
Octal 220 3 27 0 142 124 54 537 140 35
Binary 10010000 11 10111 0 1100010 1010100 101100 101011111 1100000 11101

Color Harmonies of #900317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900317

Black with #900317

Text Example


Text Example

White with #900317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900317; }

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

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

background-color css

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

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

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

border-color css

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

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

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