Html Css Color HEX #94253D Bright Red

📋 copy color: '#94253D'

red 148 ◦ green 37 ◦ blue 61

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

Shades of Bright Red #94253D

Tints of Bright Red #94253D

RGB

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

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

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

R = 60.16%
G = 15.04%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#94253D (or 0x94253D) is known color: Bright Red. HEX triplet: 94, 25 and 3D. RGB value is (148,37,61). Sum of RGB (Red+Green+Blue) = 148+37+61=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94253D is #6BDAC2. Grayscale: #484848. Windows color (decimal): -7068355 or 4007316. OLE color: 4007316.

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

Color convert

RGB 148 37 61 -
CMYK 0 0.75 0.59 0.42
HSL 347.03º 0.6% 0.36% -
HSV(B) 347.03º 0.75% 0.58% -
XYZ 13.72 7.96 5.23 -
YUV 72.93 121.27 181.55 -
System Red Green Blue C M Y K H S L
Decimal 148 37 61 0 0.75 0.59 0.42 347.03 0.6 0.36
Hex 94 25 3D 0 4B 3B 2A 15B 3C 24
Octal 224 45 75 0 113 73 52 533 74 44
Binary 10010100 100101 111101 0 1001011 111011 101010 101011011 111100 100100

Color Harmonies of #94253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94253D

Black with #94253D

Text Example


Text Example

White with #94253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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