Html Css Color HEX #FF3562 Radical Red

📋 copy color: '#FF3562'

red 255 ◦ green 53 ◦ blue 98

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

Shades of Radical Red #FF3562

Tints of Radical Red #FF3562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.14%

R = 62.81%
G = 13.05%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF3562 (or 0xFF3562) is known color: Radical Red. HEX triplet: FF, 35 and 62. RGB value is (255,53,98). Sum of RGB (Red+Green+Blue) = 255+53+98=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3562 is #00CA9D. Grayscale: #767676. Windows color (decimal): -51870 or 6436351. OLE color: 6436351.

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

Color convert

RGB 255 53 98 -
CMYK 0 0.79 0.62 0
HSL 346.63º 1% 0.6% -
HSV(B) 346.63º 0.79% 1% -
XYZ 44.72 24.69 13.96 -
YUV 118.53 116.42 225.34 -
System Red Green Blue C M Y K H S L
Decimal 255 53 98 0 0.79 0.62 0 346.63 1 0.6
Hex FF 35 62 0 4F 3E 0 15B 64 3C
Octal 377 65 142 0 117 76 0 533 144 74
Binary 11111111 110101 1100010 0 1001111 111110 0 101011011 1100100 111100

Color Harmonies of #FF3562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3562

Black with #FF3562

Text Example


Text Example

White with #FF3562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3562; }

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

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

background-color css

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

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

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

border-color css

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

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

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