Html Css Color HEX #94253C Bright Red

📋 copy color: '#94253C'

red 148 ◦ green 37 ◦ blue 60

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

Shades of Bright Red #94253C

Tints of Bright Red #94253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.49%

R = 60.41%
G = 15.1%
B = 24.49%

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

#94253C (or 0x94253C) is known color: Bright Red. HEX triplet: 94, 25 and 3C. RGB value is (148,37,60). Sum of RGB (Red+Green+Blue) = 148+37+60=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94253C is #6BDAC3. Grayscale: #484848. Windows color (decimal): -7068356 or 3941780. OLE color: 3941780.

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

Color convert

RGB 148 37 60 -
CMYK 0 0.75 0.59 0.42
HSL 347.57º 0.6% 0.36% -
HSV(B) 347.57º 0.75% 0.58% -
XYZ 13.69 7.95 5.09 -
YUV 72.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 148 37 60 0 0.75 0.59 0.42 347.57 0.6 0.36
Hex 94 25 3C 0 4B 3B 2A 15C 3C 24
Octal 224 45 74 0 113 73 52 534 74 44
Binary 10010100 100101 111100 0 1001011 111011 101010 101011100 111100 100100

Color Harmonies of #94253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94253C

Black with #94253C

Text Example


Text Example

White with #94253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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