Html Css Color HEX #99253C Bright Red

📋 copy color: '#99253C'

red 153 ◦ green 37 ◦ blue 60

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

Shades of Bright Red #99253C

Tints of Bright Red #99253C

RGB

 RED value IS 153 (60.16% from 255) = 61.2%

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

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

R = 61.2%
G = 14.8%
B = 24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#99253C (or 0x99253C) is known color: Bright Red. HEX triplet: 99, 25 and 3C. RGB value is (153,37,60). Sum of RGB (Red+Green+Blue) = 153+37+60=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99253C is #66DAC3. Grayscale: #4A4A4A. Windows color (decimal): -6740676 or 3941785. OLE color: 3941785.

HSL color Cylindrical-coordinate representation of color #99253C: hue angle of 348.1º 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 #99253C is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 60 -
CMYK 0 0.76 0.61 0.4
HSL 348.1º 0.61% 0.37% -
HSV(B) 348.1º 0.76% 0.6% -
XYZ 14.61 8.42 5.13 -
YUV 74.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 153 37 60 0 0.76 0.61 0.4 348.1 0.61 0.37
Hex 99 25 3C 0 4C 3D 28 15C 3D 25
Octal 231 45 74 0 114 75 50 534 75 45
Binary 10011001 100101 111100 0 1001100 111101 101000 101011100 111101 100101

Color Harmonies of #99253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99253C

Black with #99253C

Text Example


Text Example

White with #99253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,37,60); }

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

background-color css

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

 a { background-color: rgb(153,37,60); }

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

border-color css

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

 span { border-color: rgb(153,37,60); }

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