Html Css Color HEX #FF2364 Radical Red

📋 copy color: '#FF2364'

red 255 ◦ green 35 ◦ blue 100

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

Shades of Radical Red #FF2364

Tints of Radical Red #FF2364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.97%

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

R = 65.38%
G = 8.97%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0

RGB Variations

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

Color information

#FF2364 (or 0xFF2364) is known color: Radical Red. HEX triplet: FF, 23 and 64. RGB value is (255,35,100). Sum of RGB (Red+Green+Blue) = 255+35+100=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2364 is #00DC9B. Grayscale: #6C6C6C. Windows color (decimal): -56476 or 6562815. OLE color: 6562815.

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

Color convert

RGB 255 35 100 -
CMYK 0 0.86 0.61 0
HSL 342.27º 1% 0.57% -
HSV(B) 342.27º 0.86% 1% -
XYZ 44.14 23.38 14.24 -
YUV 108.19 123.39 232.71 -
System Red Green Blue C M Y K H S L
Decimal 255 35 100 0 0.86 0.61 0 342.27 1 0.57
Hex FF 23 64 0 56 3D 0 156 64 39
Octal 377 43 144 0 126 75 0 526 144 71
Binary 11111111 100011 1100100 0 1010110 111101 0 101010110 1100100 111001

Color Harmonies of #FF2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2364

Black with #FF2364

Text Example


Text Example

White with #FF2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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