Html Css Color HEX #FE314A Radical Red

📋 copy color: '#FE314A'

red 254 ◦ green 49 ◦ blue 74

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

Shades of Radical Red #FE314A

Tints of Radical Red #FE314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13%

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

R = 67.37%
G = 13%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#FE314A (or 0xFE314A) is known color: Radical Red. HEX triplet: FE, 31 and 4A. RGB value is (254,49,74). Sum of RGB (Red+Green+Blue) = 254+49+74=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE314A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE314A is #01CEB5. Grayscale: #717171. Windows color (decimal): -118454 or 4862462. OLE color: 4862462.

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

Color convert

RGB 254 49 74 -
CMYK 0 0.81 0.71 0.00
HSL 352.68º 0.99% 0.59% -
HSV(B) 352.68º 0.81% 1% -
XYZ 43.21 23.76 8.79 -
YUV 113.15 105.92 228.47 -
System Red Green Blue C M Y K H S L
Decimal 254 49 74 0 0.81 0.71 0.00 352.68 0.99 0.59
Hex FE 31 4A 0 51 47 0 161 63 3B
Octal 376 61 112 0 121 107 0 541 143 73
Binary 11111110 110001 1001010 0 1010001 1000111 0 101100001 1100011 111011

Color Harmonies of #FE314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE314A

Black with #FE314A

Text Example


Text Example

White with #FE314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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