Html Css Color HEX #FF3552 Radical Red

📋 copy color: '#FF3552'

red 255 ◦ green 53 ◦ blue 82

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

Shades of Radical Red #FF3552

Tints of Radical Red #FF3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.59%

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

R = 65.38%
G = 13.59%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF3552 (or 0xFF3552) is known color: Radical Red. HEX triplet: FF, 35 and 52. RGB value is (255,53,82). Sum of RGB (Red+Green+Blue) = 255+53+82=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3552 is #00CAAD. Grayscale: #747474. Windows color (decimal): -51886 or 5387775. OLE color: 5387775.

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

Color convert

RGB 255 53 82 -
CMYK 0 0.79 0.68 0
HSL 351.39º 1% 0.6% -
HSV(B) 351.39º 0.79% 1% -
XYZ 44.04 24.42 10.37 -
YUV 116.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 255 53 82 0 0.79 0.68 0 351.39 1 0.6
Hex FF 35 52 0 4F 44 0 15F 64 3C
Octal 377 65 122 0 117 104 0 537 144 74
Binary 11111111 110101 1010010 0 1001111 1000100 0 101011111 1100100 111100

Color Harmonies of #FF3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3552

Black with #FF3552

Text Example


Text Example

White with #FF3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3552; }

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

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

background-color css

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

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

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

border-color css

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

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

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