Html Css Color HEX #952230 Bright Red

📋 copy color: '#952230'

red 149 ◦ green 34 ◦ blue 48

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

Shades of Bright Red #952230

Tints of Bright Red #952230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.72%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 64.5%
G = 14.72%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#952230 (or 0x952230) is known color: Bright Red. HEX triplet: 95, 22 and 30. RGB value is (149,34,48). Sum of RGB (Red+Green+Blue) = 149+34+48=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #952230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952230 is #6ADDCF. Grayscale: #464646. Windows color (decimal): -7003600 or 3154581. OLE color: 3154581.

HSL color Cylindrical-coordinate representation of color #952230: hue angle of 352.7º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952230 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 48 -
CMYK 0 0.77 0.68 0.42
HSL 352.7º 0.63% 0.36% -
HSV(B) 352.7º 0.77% 0.58% -
XYZ 13.5 7.75 3.58 -
YUV 69.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 149 34 48 0 0.77 0.68 0.42 352.7 0.63 0.36
Hex 95 22 30 0 4D 44 2A 161 3F 24
Octal 225 42 60 0 115 104 52 541 77 44
Binary 10010101 100010 110000 0 1001101 1000100 101010 101100001 111111 100100

Color Harmonies of #952230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952230

Black with #952230

Text Example


Text Example

White with #952230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952230; }

 p { color: rgb(149,34,48); }

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

background-color css

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

 a { background-color: rgb(149,34,48); }

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

border-color css

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

 span { border-color: rgb(149,34,48); }

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