Html Css Color HEX #FF2556 Radical Red

📋 copy color: '#FF2556'

red 255 ◦ green 37 ◦ blue 86

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

Shades of Radical Red #FF2556

Tints of Radical Red #FF2556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.75%

R = 67.46%
G = 9.79%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FF2556 (or 0xFF2556) is known color: Radical Red. HEX triplet: FF, 25 and 56. RGB value is (255,37,86). Sum of RGB (Red+Green+Blue) = 255+37+86=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2556 is #00DAA9. Grayscale: #6B6B6B. Windows color (decimal): -55978 or 5645823. OLE color: 5645823.

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

Color convert

RGB 255 37 86 -
CMYK 0 0.85 0.66 0
HSL 346.51º 1% 0.57% -
HSV(B) 346.51º 0.85% 1% -
XYZ 43.58 23.26 11 -
YUV 107.77 115.72 233.02 -
System Red Green Blue C M Y K H S L
Decimal 255 37 86 0 0.85 0.66 0 346.51 1 0.57
Hex FF 25 56 0 55 42 0 15B 64 39
Octal 377 45 126 0 125 102 0 533 144 71
Binary 11111111 100101 1010110 0 1010101 1000010 0 101011011 1100100 111001

Color Harmonies of #FF2556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2556

Black with #FF2556

Text Example


Text Example

White with #FF2556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2556; }

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

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

background-color css

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

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

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

border-color css

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

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

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