Html Css Color HEX #900F25 Carmine

📋 copy color: '#900F25'

red 144 ◦ green 15 ◦ blue 37

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

Shades of Carmine #900F25

Tints of Carmine #900F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.65%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 73.47%
G = 7.65%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900F25 (or 0x900F25) is known color: Carmine. HEX triplet: 90, 0F and 25. RGB value is (144,15,37). Sum of RGB (Red+Green+Blue) = 144+15+37=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #900F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900F25 is #6FF0DA. Grayscale: #383838. Windows color (decimal): -7336155 or 2428816. OLE color: 2428816.

HSL color Cylindrical-coordinate representation of color #900F25: hue angle of 349.77º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F25 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 15 37 -
CMYK 0 0.90 0.74 0.44
HSL 349.77º 0.81% 0.31% -
HSV(B) 349.77º 0.9% 0.56% -
XYZ 12.01 6.4 2.35 -
YUV 56.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 144 15 37 0 0.90 0.74 0.44 349.77 0.81 0.31
Hex 90 F 25 0 5A 4A 2C 15E 51 1F
Octal 220 17 45 0 132 112 54 536 121 37
Binary 10010000 1111 100101 0 1011010 1001010 101100 101011110 1010001 11111

Color Harmonies of #900F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F25

Black with #900F25

Text Example


Text Example

White with #900F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900F25; }

 p { color: rgb(144,15,37); }

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

background-color css

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

 a { background-color: rgb(144,15,37); }

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

border-color css

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

 span { border-color: rgb(144,15,37); }

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