Html Css Color HEX #FF4C52 Radical Red

📋 copy color: '#FF4C52'

red 255 ◦ green 76 ◦ blue 82

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

Shades of Radical Red #FF4C52

Tints of Radical Red #FF4C52

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.4%

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

R = 61.74%
G = 18.4%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF4C52 (or 0xFF4C52) is known color: Radical Red. HEX triplet: FF, 4C and 52. RGB value is (255,76,82). Sum of RGB (Red+Green+Blue) = 255+76+82=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4C52 is #00B3AD. Grayscale: #828282. Windows color (decimal): -45998 or 5393663. OLE color: 5393663.

HSL color Cylindrical-coordinate representation of color #FF4C52: hue angle of 357.99º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF4C52 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 255 76 82 -
CMYK 0 0.70 0.68 0
HSL 357.99º 1% 0.65% -
HSV(B) 357.99º 0.7% 1% -
XYZ 45.35 27.04 10.81 -
YUV 130.21 100.8 217.01 -
System Red Green Blue C M Y K H S L
Decimal 255 76 82 0 0.70 0.68 0 357.99 1 0.65
Hex FF 4C 52 0 46 44 0 166 64 41
Octal 377 114 122 0 106 104 0 546 144 101
Binary 11111111 1001100 1010010 0 1000110 1000100 0 101100110 1100100 1000001

Color Harmonies of #FF4C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C52

Black with #FF4C52

Text Example


Text Example

White with #FF4C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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