Html Css Color HEX #96253F Bright Red

📋 copy color: '#96253F'

red 150 ◦ green 37 ◦ blue 63

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

Shades of Bright Red #96253F

Tints of Bright Red #96253F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.2%

R = 60%
G = 14.8%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96253F (or 0x96253F) is known color: Bright Red. HEX triplet: 96, 25 and 3F. RGB value is (150,37,63). Sum of RGB (Red+Green+Blue) = 150+37+63=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96253F is #69DAC0. Grayscale: #494949. Windows color (decimal): -6937281 or 4138390. OLE color: 4138390.

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

Color convert

RGB 150 37 63 -
CMYK 0 0.75 0.58 0.41
HSL 346.19º 0.6% 0.37% -
HSV(B) 346.19º 0.75% 0.59% -
XYZ 14.14 8.17 5.53 -
YUV 73.75 121.94 182.39 -
System Red Green Blue C M Y K H S L
Decimal 150 37 63 0 0.75 0.58 0.41 346.19 0.6 0.37
Hex 96 25 3F 0 4B 3A 29 15A 3C 25
Octal 226 45 77 0 113 72 51 532 74 45
Binary 10010110 100101 111111 0 1001011 111010 101001 101011010 111100 100101

Color Harmonies of #96253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96253F

Black with #96253F

Text Example


Text Example

White with #96253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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