Html Css Color HEX #FF3570 Radical Red

📋 copy color: '#FF3570'

red 255 ◦ green 53 ◦ blue 112

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

Shades of Radical Red #FF3570

Tints of Radical Red #FF3570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.67%

R = 60.71%
G = 12.62%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF3570 (or 0xFF3570) is known color: Radical Red. HEX triplet: FF, 35 and 70. RGB value is (255,53,112). Sum of RGB (Red+Green+Blue) = 255+53+112=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3570 is #00CA8F. Grayscale: #787878. Windows color (decimal): -51856 or 7353855. OLE color: 7353855.

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

Color convert

RGB 255 53 112 -
CMYK 0 0.79 0.56 0
HSL 342.48º 1% 0.6% -
HSV(B) 342.48º 0.79% 1% -
XYZ 45.44 24.98 17.76 -
YUV 120.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 255 53 112 0 0.79 0.56 0 342.48 1 0.6
Hex FF 35 70 0 4F 38 0 156 64 3C
Octal 377 65 160 0 117 70 0 526 144 74
Binary 11111111 110101 1110000 0 1001111 111000 0 101010110 1100100 111100

Color Harmonies of #FF3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3570

Black with #FF3570

Text Example


Text Example

White with #FF3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3570; }

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

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

background-color css

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

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

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

border-color css

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

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

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