Html Css Color HEX #96252D Bright Red

📋 copy color: '#96252D'

red 150 ◦ green 37 ◦ blue 45

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

Shades of Bright Red #96252D

Tints of Bright Red #96252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 64.66%
G = 15.95%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#96252D (or 0x96252D) is known color: Bright Red. HEX triplet: 96, 25 and 2D. RGB value is (150,37,45). Sum of RGB (Red+Green+Blue) = 150+37+45=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96252D is #69DAD2. Grayscale: #474747. Windows color (decimal): -6937299 or 2958742. OLE color: 2958742.

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

Color convert

RGB 150 37 45 -
CMYK 0 0.75 0.70 0.41
HSL 355.75º 0.6% 0.37% -
HSV(B) 355.75º 0.75% 0.59% -
XYZ 13.71 8 3.3 -
YUV 71.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 150 37 45 0 0.75 0.70 0.41 355.75 0.6 0.37
Hex 96 25 2D 0 4B 46 29 164 3C 25
Octal 226 45 55 0 113 106 51 544 74 45
Binary 10010110 100101 101101 0 1001011 1000110 101001 101100100 111100 100101

Color Harmonies of #96252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96252D

Black with #96252D

Text Example


Text Example

White with #96252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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