Html Css Color HEX #96273C Bright Red

📋 copy color: '#96273C'

red 150 ◦ green 39 ◦ blue 60

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

Shades of Bright Red #96273C

Tints of Bright Red #96273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.66%

 BLUE value IS 60 (23.83% from 255) = 24.1%

R = 60.24%
G = 15.66%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#96273C (or 0x96273C) is known color: Bright Red. HEX triplet: 96, 27 and 3C. RGB value is (150,39,60). Sum of RGB (Red+Green+Blue) = 150+39+60=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96273C is #69D8C3. Grayscale: #4A4A4A. Windows color (decimal): -6936772 or 3942294. OLE color: 3942294.

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

Color convert

RGB 150 39 60 -
CMYK 0 0.74 0.6 0.41
HSL 348.65º 0.59% 0.37% -
HSV(B) 348.65º 0.74% 0.59% -
XYZ 14.12 8.26 5.13 -
YUV 74.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 150 39 60 0 0.74 0.6 0.41 348.65 0.59 0.37
Hex 96 27 3C 0 4A 3C 29 15D 3B 25
Octal 226 47 74 0 112 74 51 535 73 45
Binary 10010110 100111 111100 0 1001010 111100 101001 101011101 111011 100101

Color Harmonies of #96273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96273C

Black with #96273C

Text Example


Text Example

White with #96273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96273C; }

 p { color: rgb(150,39,60); }

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

background-color css

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

 a { background-color: rgb(150,39,60); }

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

border-color css

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

 span { border-color: rgb(150,39,60); }

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