Html Css Color HEX #FE3548 Radical Red

📋 copy color: '#FE3548'

red 254 ◦ green 53 ◦ blue 72

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

Shades of Radical Red #FE3548

Tints of Radical Red #FE3548

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

 BLUE value IS 72 (28.52% from 255) = 19%

R = 67.02%
G = 13.98%
B = 19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE3548 (or 0xFE3548) is known color: Radical Red. HEX triplet: FE, 35 and 48. RGB value is (254,53,72). Sum of RGB (Red+Green+Blue) = 254+53+72=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3548 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3548 is #01CAB7. Grayscale: #737373. Windows color (decimal): -117432 or 4732414. OLE color: 4732414.

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

Color convert

RGB 254 53 72 -
CMYK 0 0.79 0.72 0.00
HSL 354.33º 0.99% 0.6% -
HSV(B) 354.33º 0.79% 1% -
XYZ 43.32 24.08 8.5 -
YUV 115.27 103.59 226.96 -
System Red Green Blue C M Y K H S L
Decimal 254 53 72 0 0.79 0.72 0.00 354.33 0.99 0.6
Hex FE 35 48 0 4F 48 0 162 63 3C
Octal 376 65 110 0 117 110 0 542 143 74
Binary 11111110 110101 1001000 0 1001111 1001000 0 101100010 1100011 111100

Color Harmonies of #FE3548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3548

Black with #FE3548

Text Example


Text Example

White with #FE3548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3548; }

 p { color: rgb(254,53,72); }

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

background-color css

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

 a { background-color: rgb(254,53,72); }

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

border-color css

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

 span { border-color: rgb(254,53,72); }

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