Html Css Color HEX #942425 Bright Red

📋 copy color: '#942425'

red 148 ◦ green 36 ◦ blue 37

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

Shades of Bright Red #942425

Tints of Bright Red #942425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.29%

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

R = 66.97%
G = 16.29%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#942425 (or 0x942425) is known color: Bright Red. HEX triplet: 94, 24 and 25. RGB value is (148,36,37). Sum of RGB (Red+Green+Blue) = 148+36+37=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #942425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942425 is #6BDBDA. Grayscale: #454545. Windows color (decimal): -7068635 or 2434196. OLE color: 2434196.

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

Color convert

RGB 148 36 37 -
CMYK 0 0.76 0.75 0.42
HSL 359.46º 0.61% 0.36% -
HSV(B) 359.46º 0.76% 0.58% -
XYZ 13.18 7.69 2.54 -
YUV 69.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 148 36 37 0 0.76 0.75 0.42 359.46 0.61 0.36
Hex 94 24 25 0 4C 4B 2A 167 3D 24
Octal 224 44 45 0 114 113 52 547 75 44
Binary 10010100 100100 100101 0 1001100 1001011 101010 101100111 111101 100100

Color Harmonies of #942425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942425

Black with #942425

Text Example


Text Example

White with #942425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942425; }

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

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

background-color css

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

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

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

border-color css

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

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

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