Html Css Color HEX #900425 Carmine

📋 copy color: '#900425'

red 144 ◦ green 4 ◦ blue 37

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

Shades of Carmine #900425

Tints of Carmine #900425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 77.84%
G = 2.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900425 (or 0x900425) is known color: Carmine. HEX triplet: 90, 04 and 25. RGB value is (144,4,37). Sum of RGB (Red+Green+Blue) = 144+4+37=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900425 is #6FFBDA. Grayscale: #313131. Windows color (decimal): -7338971 or 2426000. OLE color: 2426000.

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

Color convert

RGB 144 4 37 -
CMYK 0 0.97 0.74 0.44
HSL 345.86º 0.95% 0.29% -
HSV(B) 345.86º 0.97% 0.56% -
XYZ 11.88 6.15 2.31 -
YUV 49.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 144 4 37 0 0.97 0.74 0.44 345.86 0.95 0.29
Hex 90 4 25 0 61 4A 2C 15A 5F 1D
Octal 220 4 45 0 141 112 54 532 137 35
Binary 10010000 100 100101 0 1100001 1001010 101100 101011010 1011111 11101

Color Harmonies of #900425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900425

Black with #900425

Text Example


Text Example

White with #900425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900425; }

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

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

background-color css

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

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

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

border-color css

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

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

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