Html Css Color HEX #96253A Bright Red

📋 copy color: '#96253A'

red 150 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #96253A

Tints of Bright Red #96253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.1%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 61.22%
G = 15.1%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96253A (or 0x96253A) is known color: Bright Red. HEX triplet: 96, 25 and 3A. RGB value is (150,37,58). Sum of RGB (Red+Green+Blue) = 150+37+58=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253A is #69DAC5. Grayscale: #494949. Windows color (decimal): -6937286 or 3810710. OLE color: 3810710.

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

Color convert

RGB 150 37 58 -
CMYK 0 0.75 0.61 0.41
HSL 348.85º 0.6% 0.37% -
HSV(B) 348.85º 0.75% 0.59% -
XYZ 14 8.11 4.83 -
YUV 73.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 150 37 58 0 0.75 0.61 0.41 348.85 0.6 0.37
Hex 96 25 3A 0 4B 3D 29 15D 3C 25
Octal 226 45 72 0 113 75 51 535 74 45
Binary 10010110 100101 111010 0 1001011 111101 101001 101011101 111100 100101

Color Harmonies of #96253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96253A

Black with #96253A

Text Example


Text Example

White with #96253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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