Html Css Color HEX #952338 Bright Red

📋 copy color: '#952338'

red 149 ◦ green 35 ◦ blue 56

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

Shades of Bright Red #952338

Tints of Bright Red #952338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 62.08%
G = 14.58%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#952338 (or 0x952338) is known color: Bright Red. HEX triplet: 95, 23 and 38. RGB value is (149,35,56). Sum of RGB (Red+Green+Blue) = 149+35+56=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #952338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952338 is #6ADCC7. Grayscale: #474747. Windows color (decimal): -7003336 or 3679125. OLE color: 3679125.

HSL color Cylindrical-coordinate representation of color #952338: hue angle of 348.95º degrees, saturation: 0.62, 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 #952338 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 56 -
CMYK 0 0.77 0.62 0.42
HSL 348.95º 0.62% 0.36% -
HSV(B) 348.95º 0.77% 0.58% -
XYZ 13.71 7.88 4.54 -
YUV 71.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 149 35 56 0 0.77 0.62 0.42 348.95 0.62 0.36
Hex 95 23 38 0 4D 3E 2A 15D 3E 24
Octal 225 43 70 0 115 76 52 535 76 44
Binary 10010101 100011 111000 0 1001101 111110 101010 101011101 111110 100100

Color Harmonies of #952338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952338

Black with #952338

Text Example


Text Example

White with #952338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952338; }

 p { color: rgb(149,35,56); }

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

background-color css

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

 a { background-color: rgb(149,35,56); }

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

border-color css

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

 span { border-color: rgb(149,35,56); }

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