Html Css Color HEX #FE324A Radical Red

📋 copy color: '#FE324A'

red 254 ◦ green 50 ◦ blue 74

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

Shades of Radical Red #FE324A

Tints of Radical Red #FE324A

RGB

 RED value IS 254 (99.61% from 255) = 67.2%

 GREEN value IS 50 (19.92% from 255) = 13.23%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 67.2%
G = 13.23%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE324A (or 0xFE324A) is known color: Radical Red. HEX triplet: FE, 32 and 4A. RGB value is (254,50,74). Sum of RGB (Red+Green+Blue) = 254+50+74=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE324A is #01CDB5. Grayscale: #717171. Windows color (decimal): -118198 or 4862718. OLE color: 4862718.

HSL color Cylindrical-coordinate representation of color #FE324A: hue angle of 352.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE324A is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 50 74 -
CMYK 0 0.80 0.71 0.00
HSL 352.94º 0.99% 0.6% -
HSV(B) 352.94º 0.8% 1% -
XYZ 43.25 23.85 8.8 -
YUV 113.73 105.59 228.05 -
System Red Green Blue C M Y K H S L
Decimal 254 50 74 0 0.80 0.71 0.00 352.94 0.99 0.6
Hex FE 32 4A 0 50 47 0 161 63 3C
Octal 376 62 112 0 120 107 0 541 143 74
Binary 11111110 110010 1001010 0 1010000 1000111 0 101100001 1100011 111100

Color Harmonies of #FE324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE324A

Black with #FE324A

Text Example


Text Example

White with #FE324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE324A; }

 p { color: rgb(254,50,74); }

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

background-color css

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

 a { background-color: rgb(254,50,74); }

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

border-color css

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

 span { border-color: rgb(254,50,74); }

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