Html Css Color HEX #94253A Bright Red

📋 copy color: '#94253A'

red 148 ◦ green 37 ◦ blue 58

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

Shades of Bright Red #94253A

Tints of Bright Red #94253A

RGB

 RED value IS 148 (58.2% from 255) = 60.91%

 GREEN value IS 37 (14.84% from 255) = 15.23%

 BLUE value IS 58 (23.05% from 255) = 23.87%

R = 60.91%
G = 15.23%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#94253A (or 0x94253A) is known color: Bright Red. HEX triplet: 94, 25 and 3A. RGB value is (148,37,58). Sum of RGB (Red+Green+Blue) = 148+37+58=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94253A is #6BDAC5. Grayscale: #484848. Windows color (decimal): -7068358 or 3810708. OLE color: 3810708.

HSL color Cylindrical-coordinate representation of color #94253A: hue angle of 348.65º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94253A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 37 58 -
CMYK 0 0.75 0.61 0.42
HSL 348.65º 0.6% 0.36% -
HSV(B) 348.65º 0.75% 0.58% -
XYZ 13.64 7.92 4.81 -
YUV 72.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 148 37 58 0 0.75 0.61 0.42 348.65 0.6 0.36
Hex 94 25 3A 0 4B 3D 2A 15D 3C 24
Octal 224 45 72 0 113 75 52 535 74 44
Binary 10010100 100101 111010 0 1001011 111101 101010 101011101 111100 100100

Color Harmonies of #94253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94253A

Black with #94253A

Text Example


Text Example

White with #94253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94253A; }

 p { color: rgb(148,37,58); }

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

background-color css

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

 a { background-color: rgb(148,37,58); }

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

border-color css

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

 span { border-color: rgb(148,37,58); }

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