Html Css Color HEX #FF2764 Radical Red

📋 copy color: '#FF2764'

red 255 ◦ green 39 ◦ blue 100

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

Shades of Radical Red #FF2764

Tints of Radical Red #FF2764

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

 BLUE value IS 100 (39.45% from 255) = 25.38%

R = 64.72%
G = 9.9%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF2764 (or 0xFF2764) is known color: Radical Red. HEX triplet: FF, 27 and 64. RGB value is (255,39,100). Sum of RGB (Red+Green+Blue) = 255+39+100=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2764 is #00D89B. Grayscale: #6E6E6E. Windows color (decimal): -55452 or 6563839. OLE color: 6563839.

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

Color convert

RGB 255 39 100 -
CMYK 0 0.85 0.61 0
HSL 343.06º 1% 0.58% -
HSV(B) 343.06º 0.85% 1% -
XYZ 44.27 23.63 14.28 -
YUV 110.54 122.06 231.04 -
System Red Green Blue C M Y K H S L
Decimal 255 39 100 0 0.85 0.61 0 343.06 1 0.58
Hex FF 27 64 0 55 3D 0 157 64 3A
Octal 377 47 144 0 125 75 0 527 144 72
Binary 11111111 100111 1100100 0 1010101 111101 0 101010111 1100100 111010

Color Harmonies of #FF2764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2764

Black with #FF2764

Text Example


Text Example

White with #FF2764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2764; }

 p { color: rgb(255,39,100); }

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

background-color css

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

 a { background-color: rgb(255,39,100); }

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

border-color css

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

 span { border-color: rgb(255,39,100); }

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