Html Css Color HEX #9A253D Bright Red

📋 copy color: '#9A253D'

red 154 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #9A253D

Tints of Bright Red #9A253D

RGB

 RED value IS 154 (60.55% from 255) = 61.11%

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

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

R = 61.11%
G = 14.68%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A253D (or 0x9A253D) is known color: Bright Red. HEX triplet: 9A, 25 and 3D. RGB value is (154,37,61). Sum of RGB (Red+Green+Blue) = 154+37+61=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A253D is #65DAC2. Grayscale: #4A4A4A. Windows color (decimal): -6675139 or 4007322. OLE color: 4007322.

HSL color Cylindrical-coordinate representation of color #9A253D: hue angle of 347.69º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A253D is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 37 61 -
CMYK 0 0.76 0.60 0.40
HSL 347.69º 0.61% 0.37% -
HSV(B) 347.69º 0.76% 0.6% -
XYZ 14.83 8.53 5.28 -
YUV 74.72 120.26 184.55 -
System Red Green Blue C M Y K H S L
Decimal 154 37 61 0 0.76 0.60 0.40 347.69 0.61 0.37
Hex 9A 25 3D 0 4C 3C 28 15C 3D 25
Octal 232 45 75 0 114 74 50 534 75 45
Binary 10011010 100101 111101 0 1001100 111100 101000 101011100 111101 100101

Color Harmonies of #9A253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A253D

Black with #9A253D

Text Example


Text Example

White with #9A253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A253D; }

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

 H1.HeaderClassName
 {
   color: #9A253D;
 }
 .AnyTagClassName
 {
   color: #9A253D;
 }
</style>

background-color css

<style>
 a { background-color: #9A253D; }

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

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

border-color css

<style>
 span { border-color: #9A253D; }

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

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