Html Css Color HEX #FF2555 Radical Red

📋 copy color: '#FF2555'

red 255 ◦ green 37 ◦ blue 85

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

Shades of Radical Red #FF2555

Tints of Radical Red #FF2555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.81%

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

R = 67.64%
G = 9.81%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF2555 (or 0xFF2555) is known color: Radical Red. HEX triplet: FF, 25 and 55. RGB value is (255,37,85). Sum of RGB (Red+Green+Blue) = 255+37+85=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2555 is #00DAAA. Grayscale: #6B6B6B. Windows color (decimal): -55979 or 5580287. OLE color: 5580287.

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

Color convert

RGB 255 37 85 -
CMYK 0 0.85 0.67 0
HSL 346.79º 1% 0.57% -
HSV(B) 346.79º 0.85% 1% -
XYZ 43.54 23.24 10.79 -
YUV 107.65 115.22 233.1 -
System Red Green Blue C M Y K H S L
Decimal 255 37 85 0 0.85 0.67 0 346.79 1 0.57
Hex FF 25 55 0 55 43 0 15B 64 39
Octal 377 45 125 0 125 103 0 533 144 71
Binary 11111111 100101 1010101 0 1010101 1000011 0 101011011 1100100 111001

Color Harmonies of #FF2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2555

Black with #FF2555

Text Example


Text Example

White with #FF2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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