Html Css Color HEX #95213F Bright Red

📋 copy color: '#95213F'

red 149 ◦ green 33 ◦ blue 63

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

Shades of Bright Red #95213F

Tints of Bright Red #95213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.71%

R = 60.82%
G = 13.47%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95213F (or 0x95213F) is known color: Bright Red. HEX triplet: 95, 21 and 3F. RGB value is (149,33,63). Sum of RGB (Red+Green+Blue) = 149+33+63=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95213F is #6ADEC0. Grayscale: #474747. Windows color (decimal): -7003841 or 4137365. OLE color: 4137365.

HSL color Cylindrical-coordinate representation of color #95213F: hue angle of 344.48º 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 #95213F is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 63 -
CMYK 0 0.78 0.58 0.42
HSL 344.48º 0.64% 0.36% -
HSV(B) 344.48º 0.78% 0.58% -
XYZ 13.84 7.84 5.49 -
YUV 71.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 149 33 63 0 0.78 0.58 0.42 344.48 0.64 0.36
Hex 95 21 3F 0 4E 3A 2A 158 40 24
Octal 225 41 77 0 116 72 52 530 100 44
Binary 10010101 100001 111111 0 1001110 111010 101010 101011000 1000000 100100

Color Harmonies of #95213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95213F

Black with #95213F

Text Example


Text Example

White with #95213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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