Html Css Color HEX #FF1C53 Radical Red

📋 copy color: '#FF1C53'

red 255 ◦ green 28 ◦ blue 83

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

Shades of Radical Red #FF1C53

Tints of Radical Red #FF1C53

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

 BLUE value IS 83 (32.81% from 255) = 22.68%

R = 69.67%
G = 7.65%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF1C53 (or 0xFF1C53) is known color: Radical Red. HEX triplet: FF, 1C and 53. RGB value is (255,28,83). Sum of RGB (Red+Green+Blue) = 255+28+83=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C53 is #00E3AC. Grayscale: #666666. Windows color (decimal): -58285 or 5446911. OLE color: 5446911.

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

Color convert

RGB 255 28 83 -
CMYK 0 0.89 0.67 0
HSL 345.46º 1% 0.55% -
HSV(B) 345.46º 0.89% 1% -
XYZ 43.22 22.72 10.29 -
YUV 102.14 117.21 237.03 -
System Red Green Blue C M Y K H S L
Decimal 255 28 83 0 0.89 0.67 0 345.46 1 0.55
Hex FF 1C 53 0 59 43 0 159 64 37
Octal 377 34 123 0 131 103 0 531 144 67
Binary 11111111 11100 1010011 0 1011001 1000011 0 101011001 1100100 110111

Color Harmonies of #FF1C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1C53

Black with #FF1C53

Text Example


Text Example

White with #FF1C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1C53; }

 p { color: rgb(255,28,83); }

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

background-color css

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

 a { background-color: rgb(255,28,83); }

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

border-color css

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

 span { border-color: rgb(255,28,83); }

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