Html Css Color HEX #992325 Bright Red

📋 copy color: '#992325'

red 153 ◦ green 35 ◦ blue 37

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

Shades of Bright Red #992325

Tints of Bright Red #992325

RGB

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

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

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

R = 68%
G = 15.56%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#992325 (or 0x992325) is known color: Bright Red. HEX triplet: 99, 23 and 25. RGB value is (153,35,37). Sum of RGB (Red+Green+Blue) = 153+35+37=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #992325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992325 is #66DCDA. Grayscale: #464646. Windows color (decimal): -6741211 or 2433945. OLE color: 2433945.

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

Color convert

RGB 153 35 37 -
CMYK 0 0.77 0.76 0.4
HSL 358.98º 0.63% 0.37% -
HSV(B) 358.98º 0.77% 0.6% -
XYZ 14.07 8.11 2.57 -
YUV 70.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 153 35 37 0 0.77 0.76 0.4 358.98 0.63 0.37
Hex 99 23 25 0 4D 4C 28 167 3F 25
Octal 231 43 45 0 115 114 50 547 77 45
Binary 10011001 100011 100101 0 1001101 1001100 101000 101100111 111111 100101

Color Harmonies of #992325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992325

Black with #992325

Text Example


Text Example

White with #992325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992325; }

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

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

background-color css

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

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

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

border-color css

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

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

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