Html Css Color HEX #96253D Bright Red

📋 copy color: '#96253D'

red 150 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #96253D

Tints of Bright Red #96253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.6%

R = 60.48%
G = 14.92%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96253D (or 0x96253D) is known color: Bright Red. HEX triplet: 96, 25 and 3D. RGB value is (150,37,61). Sum of RGB (Red+Green+Blue) = 150+37+61=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #96253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253D is #69DAC2. Grayscale: #494949. Windows color (decimal): -6937283 or 4007318. OLE color: 4007318.

HSL color Cylindrical-coordinate representation of color #96253D: hue angle of 347.26º 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 #96253D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 61 -
CMYK 0 0.75 0.59 0.41
HSL 347.26º 0.6% 0.37% -
HSV(B) 347.26º 0.75% 0.59% -
XYZ 14.08 8.14 5.24 -
YUV 73.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 150 37 61 0 0.75 0.59 0.41 347.26 0.6 0.37
Hex 96 25 3D 0 4B 3B 29 15B 3C 25
Octal 226 45 75 0 113 73 51 533 74 45
Binary 10010110 100101 111101 0 1001011 111011 101001 101011011 111100 100101

Color Harmonies of #96253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96253D

Black with #96253D

Text Example


Text Example

White with #96253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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