Html Css Color HEX #FF3255 Radical Red

📋 copy color: '#FF3255'

red 255 ◦ green 50 ◦ blue 85

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

Shades of Radical Red #FF3255

Tints of Radical Red #FF3255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

 BLUE value IS 85 (33.59% from 255) = 21.79%

R = 65.38%
G = 12.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF3255 (or 0xFF3255) is known color: Radical Red. HEX triplet: FF, 32 and 55. RGB value is (255,50,85). Sum of RGB (Red+Green+Blue) = 255+50+85=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 85 (33.59% from 255 or 21.79% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3255 is #00CDAA. Grayscale: #737373. Windows color (decimal): -52651 or 5583615. OLE color: 5583615.

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

Color convert

RGB 255 50 85 -
CMYK 0 0.80 0.67 0
HSL 349.76º 1% 0.6% -
HSV(B) 349.76º 0.8% 1% -
XYZ 44.02 24.2 10.94 -
YUV 115.29 110.92 227.65 -
System Red Green Blue C M Y K H S L
Decimal 255 50 85 0 0.80 0.67 0 349.76 1 0.6
Hex FF 32 55 0 50 43 0 15E 64 3C
Octal 377 62 125 0 120 103 0 536 144 74
Binary 11111111 110010 1010101 0 1010000 1000011 0 101011110 1100100 111100

Color Harmonies of #FF3255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3255

Black with #FF3255

Text Example


Text Example

White with #FF3255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3255; }

 p { color: rgb(255,50,85); }

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

background-color css

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

 a { background-color: rgb(255,50,85); }

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

border-color css

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

 span { border-color: rgb(255,50,85); }

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