Html Css Color HEX #FF1A53 Radical Red

📋 copy color: '#FF1A53'

red 255 ◦ green 26 ◦ blue 83

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

Shades of Radical Red #FF1A53

Tints of Radical Red #FF1A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

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

R = 70.05%
G = 7.14%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF1A53 (or 0xFF1A53) is known color: Radical Red. HEX triplet: FF, 1A and 53. RGB value is (255,26,83). Sum of RGB (Red+Green+Blue) = 255+26+83=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A53 is #00E5AC. Grayscale: #646464. Windows color (decimal): -58797 or 5446399. OLE color: 5446399.

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

Color convert

RGB 255 26 83 -
CMYK 0 0.90 0.67 0
HSL 345.07º 1% 0.55% -
HSV(B) 345.07º 0.9% 1% -
XYZ 43.17 22.62 10.28 -
YUV 100.97 117.87 237.87 -
System Red Green Blue C M Y K H S L
Decimal 255 26 83 0 0.90 0.67 0 345.07 1 0.55
Hex FF 1A 53 0 5A 43 0 159 64 37
Octal 377 32 123 0 132 103 0 531 144 67
Binary 11111111 11010 1010011 0 1011010 1000011 0 101011001 1100100 110111

Color Harmonies of #FF1A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1A53

Black with #FF1A53

Text Example


Text Example

White with #FF1A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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