Html Css Color HEX #FE364A Radical Red

📋 copy color: '#FE364A'

red 254 ◦ green 54 ◦ blue 74

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

Shades of Radical Red #FE364A

Tints of Radical Red #FE364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.14%

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

R = 66.49%
G = 14.14%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE364A (or 0xFE364A) is known color: Radical Red. HEX triplet: FE, 36 and 4A. RGB value is (254,54,74). Sum of RGB (Red+Green+Blue) = 254+54+74=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE364A is #01C9B5. Grayscale: #747474. Windows color (decimal): -117174 or 4863742. OLE color: 4863742.

HSL color Cylindrical-coordinate representation of color #FE364A: hue angle of 354º 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 #FE364A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 54 74 -
CMYK 0 0.79 0.71 0.00
HSL 354º 0.99% 0.6% -
HSV(B) 354º 0.79% 1% -
XYZ 43.43 24.2 8.86 -
YUV 116.08 104.26 226.37 -
System Red Green Blue C M Y K H S L
Decimal 254 54 74 0 0.79 0.71 0.00 354 0.99 0.6
Hex FE 36 4A 0 4F 47 0 162 63 3C
Octal 376 66 112 0 117 107 0 542 143 74
Binary 11111110 110110 1001010 0 1001111 1000111 0 101100010 1100011 111100

Color Harmonies of #FE364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE364A

Black with #FE364A

Text Example


Text Example

White with #FE364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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