Html Css Color HEX #FF475C Radical Red

📋 copy color: '#FF475C'

red 255 ◦ green 71 ◦ blue 92

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

Shades of Radical Red #FF475C

Tints of Radical Red #FF475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 61%
G = 16.99%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF475C (or 0xFF475C) is known color: Radical Red. HEX triplet: FF, 47 and 5C. RGB value is (255,71,92). Sum of RGB (Red+Green+Blue) = 255+71+92=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475C is #00B8A3. Grayscale: #808080. Windows color (decimal): -47268 or 6047743. OLE color: 6047743.

HSL color Cylindrical-coordinate representation of color #FF475C: hue angle of 353.15º 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 #FF475C is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 92 -
CMYK 0 0.72 0.64 0
HSL 353.15º 1% 0.64% -
HSV(B) 353.15º 0.72% 1% -
XYZ 45.43 26.54 12.85 -
YUV 128.41 107.46 218.29 -
System Red Green Blue C M Y K H S L
Decimal 255 71 92 0 0.72 0.64 0 353.15 1 0.64
Hex FF 47 5C 0 48 40 0 161 64 40
Octal 377 107 134 0 110 100 0 541 144 100
Binary 11111111 1000111 1011100 0 1001000 1000000 0 101100001 1100100 1000000

Color Harmonies of #FF475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF475C

Black with #FF475C

Text Example


Text Example

White with #FF475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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