Html Css Color HEX #95203C Bright Red

📋 copy color: '#95203C'

red 149 ◦ green 32 ◦ blue 60

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

Shades of Bright Red #95203C

Tints of Bright Red #95203C

RGB

 RED value IS 149 (58.59% from 255) = 61.83%

 GREEN value IS 32 (12.89% from 255) = 13.28%

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

R = 61.83%
G = 13.28%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95203C (or 0x95203C) is known color: Bright Red. HEX triplet: 95, 20 and 3C. RGB value is (149,32,60). Sum of RGB (Red+Green+Blue) = 149+32+60=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95203C is #6ADFC3. Grayscale: #464646. Windows color (decimal): -7004100 or 3940501. OLE color: 3940501.

HSL color Cylindrical-coordinate representation of color #95203C: hue angle of 345.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95203C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 60 -
CMYK 0 0.79 0.60 0.42
HSL 345.64º 0.65% 0.35% -
HSV(B) 345.64º 0.79% 0.58% -
XYZ 13.73 7.75 5.05 -
YUV 70.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 149 32 60 0 0.79 0.60 0.42 345.64 0.65 0.35
Hex 95 20 3C 0 4F 3C 2A 15A 41 23
Octal 225 40 74 0 117 74 52 532 101 43
Binary 10010101 100000 111100 0 1001111 111100 101010 101011010 1000001 100011

Color Harmonies of #95203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95203C

Black with #95203C

Text Example


Text Example

White with #95203C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,32,60); }

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

background-color css

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

 a { background-color: rgb(149,32,60); }

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

border-color css

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

 span { border-color: rgb(149,32,60); }

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