Html Css Color HEX #95212D Bright Red

📋 copy color: '#95212D'

red 149 ◦ green 33 ◦ blue 45

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

Shades of Bright Red #95212D

Tints of Bright Red #95212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

 BLUE value IS 45 (17.97% from 255) = 19.82%

R = 65.64%
G = 14.54%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95212D (or 0x95212D) is known color: Bright Red. HEX triplet: 95, 21 and 2D. RGB value is (149,33,45). Sum of RGB (Red+Green+Blue) = 149+33+45=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212D is #6ADED2. Grayscale: #454545. Windows color (decimal): -7003859 or 2957717. OLE color: 2957717.

HSL color Cylindrical-coordinate representation of color #95212D: hue angle of 353.79º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95212D is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 45 -
CMYK 0 0.78 0.70 0.42
HSL 353.79º 0.64% 0.36% -
HSV(B) 353.79º 0.78% 0.58% -
XYZ 13.41 7.67 3.26 -
YUV 69.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 149 33 45 0 0.78 0.70 0.42 353.79 0.64 0.36
Hex 95 21 2D 0 4E 46 2A 162 40 24
Octal 225 41 55 0 116 106 52 542 100 44
Binary 10010101 100001 101101 0 1001110 1000110 101010 101100010 1000000 100100

Color Harmonies of #95212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95212D

Black with #95212D

Text Example


Text Example

White with #95212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,33,45); }

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

background-color css

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

 a { background-color: rgb(149,33,45); }

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

border-color css

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

 span { border-color: rgb(149,33,45); }

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