Html Css Color HEX #FF2373 Radical Red

📋 copy color: '#FF2373'

red 255 ◦ green 35 ◦ blue 115

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

Shades of Radical Red #FF2373

Tints of Radical Red #FF2373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.4%

R = 62.96%
G = 8.64%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF2373 (or 0xFF2373) is known color: Radical Red. HEX triplet: FF, 23 and 73. RGB value is (255,35,115). Sum of RGB (Red+Green+Blue) = 255+35+115=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 35 (14.06% from 255 or 8.64% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2373 is #00DC8C. Grayscale: #6D6D6D. Windows color (decimal): -56461 or 7545855. OLE color: 7545855.

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

Color convert

RGB 255 35 115 -
CMYK 0 0.86 0.55 0
HSL 338.18º 1% 0.57% -
HSV(B) 338.18º 0.86% 1% -
XYZ 44.94 23.7 18.43 -
YUV 109.9 130.89 231.5 -
System Red Green Blue C M Y K H S L
Decimal 255 35 115 0 0.86 0.55 0 338.18 1 0.57
Hex FF 23 73 0 56 37 0 152 64 39
Octal 377 43 163 0 126 67 0 522 144 71
Binary 11111111 100011 1110011 0 1010110 110111 0 101010010 1100100 111001

Color Harmonies of #FF2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2373

Black with #FF2373

Text Example


Text Example

White with #FF2373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2373; }

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

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

background-color css

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

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

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

border-color css

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

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

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