Html Css Color HEX #FF4750 Radical Red

📋 copy color: '#FF4750'

red 255 ◦ green 71 ◦ blue 80

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

Shades of Radical Red #FF4750

Tints of Radical Red #FF4750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.7%

R = 62.81%
G = 17.49%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF4750 (or 0xFF4750) is known color: Radical Red. HEX triplet: FF, 47 and 50. RGB value is (255,71,80). Sum of RGB (Red+Green+Blue) = 255+71+80=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4750 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4750 is #00B8AF. Grayscale: #7F7F7F. Windows color (decimal): -47280 or 5261311. OLE color: 5261311.

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

Color convert

RGB 255 71 80 -
CMYK 0 0.72 0.69 0
HSL 357.07º 1% 0.64% -
HSV(B) 357.07º 0.72% 1% -
XYZ 44.94 26.35 10.31 -
YUV 127.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 255 71 80 0 0.72 0.69 0 357.07 1 0.64
Hex FF 47 50 0 48 45 0 165 64 40
Octal 377 107 120 0 110 105 0 545 144 100
Binary 11111111 1000111 1010000 0 1001000 1000101 0 101100101 1100100 1000000

Color Harmonies of #FF4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4750

Black with #FF4750

Text Example


Text Example

White with #FF4750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4750; }

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

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

background-color css

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

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

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

border-color css

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

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

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