Html Css Color HEX #95223D Bright Red

📋 copy color: '#95223D'

red 149 ◦ green 34 ◦ blue 61

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

Shades of Bright Red #95223D

Tints of Bright Red #95223D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25%

R = 61.07%
G = 13.93%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95223D (or 0x95223D) is known color: Bright Red. HEX triplet: 95, 22 and 3D. RGB value is (149,34,61). Sum of RGB (Red+Green+Blue) = 149+34+61=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #95223D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95223D is #6ADDC2. Grayscale: #474747. Windows color (decimal): -7003587 or 4006549. OLE color: 4006549.

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

Color convert

RGB 149 34 61 -
CMYK 0 0.77 0.59 0.42
HSL 345.91º 0.63% 0.36% -
HSV(B) 345.91º 0.77% 0.58% -
XYZ 13.81 7.87 5.21 -
YUV 71.46 122.1 183.3 -
System Red Green Blue C M Y K H S L
Decimal 149 34 61 0 0.77 0.59 0.42 345.91 0.63 0.36
Hex 95 22 3D 0 4D 3B 2A 15A 3F 24
Octal 225 42 75 0 115 73 52 532 77 44
Binary 10010101 100010 111101 0 1001101 111011 101010 101011010 111111 100100

Color Harmonies of #95223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95223D

Black with #95223D

Text Example


Text Example

White with #95223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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