Html Css Color HEX #FF4748 Radical Red

📋 copy color: '#FF4748'

red 255 ◦ green 71 ◦ blue 72

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

Shades of Radical Red #FF4748

Tints of Radical Red #FF4748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.09%

R = 64.07%
G = 17.84%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF4748 (or 0xFF4748) is known color: Radical Red. HEX triplet: FF, 47 and 48. RGB value is (255,71,72). Sum of RGB (Red+Green+Blue) = 255+71+72=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4748 is #00B8B7. Grayscale: #7E7E7E. Windows color (decimal): -47288 or 4737023. OLE color: 4737023.

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

Color convert

RGB 255 71 72 -
CMYK 0 0.72 0.72 0
HSL 359.67º 1% 0.64% -
HSV(B) 359.67º 0.72% 1% -
XYZ 44.66 26.23 8.84 -
YUV 126.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 255 71 72 0 0.72 0.72 0 359.67 1 0.64
Hex FF 47 48 0 48 48 0 168 64 40
Octal 377 107 110 0 110 110 0 550 144 100
Binary 11111111 1000111 1001000 0 1001000 1001000 0 101101000 1100100 1000000

Color Harmonies of #FF4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4748

Black with #FF4748

Text Example


Text Example

White with #FF4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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