Html Css Color HEX #FF4752 Radical Red

📋 copy color: '#FF4752'

red 255 ◦ green 71 ◦ blue 82

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

Shades of Radical Red #FF4752

Tints of Radical Red #FF4752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.1%

R = 62.5%
G = 17.4%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF4752 (or 0xFF4752) is known color: Radical Red. HEX triplet: FF, 47 and 52. RGB value is (255,71,82). Sum of RGB (Red+Green+Blue) = 255+71+82=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4752 is #00B8AD. Grayscale: #7F7F7F. Windows color (decimal): -47278 or 5392383. OLE color: 5392383.

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

Color convert

RGB 255 71 82 -
CMYK 0 0.72 0.68 0
HSL 356.41º 1% 0.64% -
HSV(B) 356.41º 0.72% 1% -
XYZ 45.02 26.38 10.7 -
YUV 127.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 255 71 82 0 0.72 0.68 0 356.41 1 0.64
Hex FF 47 52 0 48 44 0 164 64 40
Octal 377 107 122 0 110 104 0 544 144 100
Binary 11111111 1000111 1010010 0 1001000 1000100 0 101100100 1100100 1000000

Color Harmonies of #FF4752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4752

Black with #FF4752

Text Example


Text Example

White with #FF4752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4752; }

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

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

background-color css

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

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

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

border-color css

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

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

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