Html Css Color HEX #962325 Bright Red

📋 copy color: '#962325'

red 150 ◦ green 35 ◦ blue 37

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

Shades of Bright Red #962325

Tints of Bright Red #962325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 67.57%
G = 15.77%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#962325 (or 0x962325) is known color: Bright Red. HEX triplet: 96, 23 and 25. RGB value is (150,35,37). Sum of RGB (Red+Green+Blue) = 150+35+37=222 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.57% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 150 - color contains mainly: red. Hex color #962325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962325 is #69DCDA. Grayscale: #454545. Windows color (decimal): -6937819 or 2433942. OLE color: 2433942.

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

Color convert

RGB 150 35 37 -
CMYK 0 0.77 0.75 0.41
HSL 358.96º 0.62% 0.36% -
HSV(B) 358.96º 0.77% 0.59% -
XYZ 13.51 7.82 2.55 -
YUV 69.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 150 35 37 0 0.77 0.75 0.41 358.96 0.62 0.36
Hex 96 23 25 0 4D 4B 29 167 3E 24
Octal 226 43 45 0 115 113 51 547 76 44
Binary 10010110 100011 100101 0 1001101 1001011 101001 101100111 111110 100100

Color Harmonies of #962325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962325

Black with #962325

Text Example


Text Example

White with #962325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962325; }

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

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

background-color css

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

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

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

border-color css

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

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

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