Html Css Color HEX #96243D Bright Red

📋 copy color: '#96243D'

red 150 ◦ green 36 ◦ blue 61

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

Shades of Bright Red #96243D

Tints of Bright Red #96243D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 60.73%
G = 14.57%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#96243D (or 0x96243D) is known color: Bright Red. HEX triplet: 96, 24 and 3D. RGB value is (150,36,61). Sum of RGB (Red+Green+Blue) = 150+36+61=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96243D is #69DBC2. Grayscale: #484848. Windows color (decimal): -6937539 or 4007062. OLE color: 4007062.

HSL color Cylindrical-coordinate representation of color #96243D: hue angle of 346.84º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96243D is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 61 -
CMYK 0 0.76 0.59 0.41
HSL 346.84º 0.61% 0.36% -
HSV(B) 346.84º 0.76% 0.59% -
XYZ 14.05 8.08 5.23 -
YUV 72.94 121.27 182.97 -
System Red Green Blue C M Y K H S L
Decimal 150 36 61 0 0.76 0.59 0.41 346.84 0.61 0.36
Hex 96 24 3D 0 4C 3B 29 15B 3D 24
Octal 226 44 75 0 114 73 51 533 75 44
Binary 10010110 100100 111101 0 1001100 111011 101001 101011011 111101 100100

Color Harmonies of #96243D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96243D

Black with #96243D

Text Example


Text Example

White with #96243D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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