Html Css Color HEX #962425 Bright Red

📋 copy color: '#962425'

red 150 ◦ green 36 ◦ blue 37

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

Shades of Bright Red #962425

Tints of Bright Red #962425

RGB

 RED value IS 150 (58.98% from 255) = 67.26%

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

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

R = 67.26%
G = 16.14%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#962425 (or 0x962425) is known color: Bright Red. HEX triplet: 96, 24 and 25. RGB value is (150,36,37). Sum of RGB (Red+Green+Blue) = 150+36+37=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962425 is #69DBDA. Grayscale: #464646. Windows color (decimal): -6937563 or 2434198. OLE color: 2434198.

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

Color convert

RGB 150 36 37 -
CMYK 0 0.76 0.75 0.41
HSL 359.47º 0.61% 0.36% -
HSV(B) 359.47º 0.76% 0.59% -
XYZ 13.54 7.88 2.56 -
YUV 70.2 109.27 184.92 -
System Red Green Blue C M Y K H S L
Decimal 150 36 37 0 0.76 0.75 0.41 359.47 0.61 0.36
Hex 96 24 25 0 4C 4B 29 167 3D 24
Octal 226 44 45 0 114 113 51 547 75 44
Binary 10010110 100100 100101 0 1001100 1001011 101001 101100111 111101 100100

Color Harmonies of #962425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962425

Black with #962425

Text Example


Text Example

White with #962425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962425; }

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

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

background-color css

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

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

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

border-color css

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

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

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