Html Css Color HEX #9B253F Bright Red

📋 copy color: '#9B253F'

red 155 ◦ green 37 ◦ blue 63

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

Shades of Bright Red #9B253F

Tints of Bright Red #9B253F

RGB

 RED value IS 155 (60.94% from 255) = 60.78%

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

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

R = 60.78%
G = 14.51%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B253F (or 0x9B253F) is known color: Bright Red. HEX triplet: 9B, 25 and 3F. RGB value is (155,37,63). Sum of RGB (Red+Green+Blue) = 155+37+63=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B253F is #64DAC0. Grayscale: #4B4B4B. Windows color (decimal): -6609601 or 4138395. OLE color: 4138395.

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

Color convert

RGB 155 37 63 -
CMYK 0 0.76 0.59 0.39
HSL 346.78º 0.61% 0.38% -
HSV(B) 346.78º 0.76% 0.61% -
XYZ 15.08 8.65 5.58 -
YUV 75.25 121.09 184.89 -
System Red Green Blue C M Y K H S L
Decimal 155 37 63 0 0.76 0.59 0.39 346.78 0.61 0.38
Hex 9B 25 3F 0 4C 3B 27 15B 3D 26
Octal 233 45 77 0 114 73 47 533 75 46
Binary 10011011 100101 111111 0 1001100 111011 100111 101011011 111101 100110

Color Harmonies of #9B253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B253F

Black with #9B253F

Text Example


Text Example

White with #9B253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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