Html Css Color HEX #FF474A Radical Red

📋 copy color: '#FF474A'

red 255 ◦ green 71 ◦ blue 74

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

Shades of Radical Red #FF474A

Tints of Radical Red #FF474A

RGB

 RED value IS 255 (100% from 255) = 63.75%

 GREEN value IS 71 (28.13% from 255) = 17.75%

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

R = 63.75%
G = 17.75%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF474A (or 0xFF474A) is known color: Radical Red. HEX triplet: FF, 47 and 4A. RGB value is (255,71,74). Sum of RGB (Red+Green+Blue) = 255+71+74=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF474A is #00B8B5. Grayscale: #7E7E7E. Windows color (decimal): -47286 or 4868095. OLE color: 4868095.

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

Color convert

RGB 255 71 74 -
CMYK 0 0.72 0.71 0
HSL 359.02º 1% 0.64% -
HSV(B) 359.02º 0.72% 1% -
XYZ 44.73 26.26 9.19 -
YUV 126.36 98.46 219.76 -
System Red Green Blue C M Y K H S L
Decimal 255 71 74 0 0.72 0.71 0 359.02 1 0.64
Hex FF 47 4A 0 48 47 0 167 64 40
Octal 377 107 112 0 110 107 0 547 144 100
Binary 11111111 1000111 1001010 0 1001000 1000111 0 101100111 1100100 1000000

Color Harmonies of #FF474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF474A

Black with #FF474A

Text Example


Text Example

White with #FF474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF474A; }

 p { color: rgb(255,71,74); }

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

background-color css

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

 a { background-color: rgb(255,71,74); }

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

border-color css

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

 span { border-color: rgb(255,71,74); }

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