Html Css Color HEX #940825 Carmine

📋 copy color: '#940825'

red 148 ◦ green 8 ◦ blue 37

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

Shades of Carmine #940825

Tints of Carmine #940825

RGB

 RED value IS 148 (58.2% from 255) = 76.68%

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 76.68%
G = 4.15%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#940825 (or 0x940825) is known color: Carmine. HEX triplet: 94, 08 and 25. RGB value is (148,8,37). Sum of RGB (Red+Green+Blue) = 148+8+37=193 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.68% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 148 - color contains mainly: red. Hex color #940825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940825 is #6BF7DA. Grayscale: #353535. Windows color (decimal): -7075803 or 2427028. OLE color: 2427028.

HSL color Cylindrical-coordinate representation of color #940825: hue angle of 347.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940825 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 37 -
CMYK 0 0.95 0.75 0.42
HSL 347.57º 0.9% 0.31% -
HSV(B) 347.57º 0.95% 0.58% -
XYZ 12.63 6.6 2.36 -
YUV 53.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 148 8 37 0 0.95 0.75 0.42 347.57 0.9 0.31
Hex 94 8 25 0 5F 4B 2A 15C 5A 1F
Octal 224 10 45 0 137 113 52 534 132 37
Binary 10010100 1000 100101 0 1011111 1001011 101010 101011100 1011010 11111

Color Harmonies of #940825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940825

Black with #940825

Text Example


Text Example

White with #940825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940825; }

 p { color: rgb(148,8,37); }

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

background-color css

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

 a { background-color: rgb(148,8,37); }

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

border-color css

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

 span { border-color: rgb(148,8,37); }

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