Html Css Color HEX #990425 Carmine

📋 copy color: '#990425'

red 153 ◦ green 4 ◦ blue 37

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

Shades of Carmine #990425

Tints of Carmine #990425

RGB

 RED value IS 153 (60.16% from 255) = 78.87%

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

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

R = 78.87%
G = 2.06%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#990425 (or 0x990425) is known color: Carmine. HEX triplet: 99, 04 and 25. RGB value is (153,4,37). Sum of RGB (Red+Green+Blue) = 153+4+37=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #990425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990425 is #66FBDA. Grayscale: #343434. Windows color (decimal): -6749147 or 2426009. OLE color: 2426009.

HSL color Cylindrical-coordinate representation of color #990425: hue angle of 346.71º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990425 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 4 37 -
CMYK 0 0.97 0.76 0.4
HSL 346.71º 0.95% 0.31% -
HSV(B) 346.71º 0.97% 0.6% -
XYZ 13.51 6.99 2.39 -
YUV 52.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 153 4 37 0 0.97 0.76 0.4 346.71 0.95 0.31
Hex 99 4 25 0 61 4C 28 15B 5F 1F
Octal 231 4 45 0 141 114 50 533 137 37
Binary 10011001 100 100101 0 1100001 1001100 101000 101011011 1011111 11111

Color Harmonies of #990425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990425

Black with #990425

Text Example


Text Example

White with #990425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990425; }

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

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

background-color css

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

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

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

border-color css

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

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

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