Html Css Color HEX #FF3355 Radical Red

📋 copy color: '#FF3355'

red 255 ◦ green 51 ◦ blue 85

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

Shades of Radical Red #FF3355

Tints of Radical Red #FF3355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.04%

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

R = 65.22%
G = 13.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF3355 (or 0xFF3355) is known color: Radical Red. HEX triplet: FF, 33 and 55. RGB value is (255,51,85). Sum of RGB (Red+Green+Blue) = 255+51+85=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3355 is #00CCAA. Grayscale: #737373. Windows color (decimal): -52395 or 5583871. OLE color: 5583871.

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

Color convert

RGB 255 51 85 -
CMYK 0 0.8 0.67 0
HSL 350º 1% 0.6% -
HSV(B) 350º 0.8% 1% -
XYZ 44.06 24.28 10.96 -
YUV 115.87 110.59 227.24 -
System Red Green Blue C M Y K H S L
Decimal 255 51 85 0 0.8 0.67 0 350 1 0.6
Hex FF 33 55 0 50 43 0 15E 64 3C
Octal 377 63 125 0 120 103 0 536 144 74
Binary 11111111 110011 1010101 0 1010000 1000011 0 101011110 1100100 111100

Color Harmonies of #FF3355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3355

Black with #FF3355

Text Example


Text Example

White with #FF3355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3355; }

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

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

background-color css

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

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

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

border-color css

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

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

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