Html Css Color HEX #FF1E5B Radical Red

📋 copy color: '#FF1E5B'

red 255 ◦ green 30 ◦ blue 91

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

Shades of Radical Red #FF1E5B

Tints of Radical Red #FF1E5B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.98%

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 67.82%
G = 7.98%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF1E5B (or 0xFF1E5B) is known color: Radical Red. HEX triplet: FF, 1E and 5B. RGB value is (255,30,91). Sum of RGB (Red+Green+Blue) = 255+30+91=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E5B is #00E1A4. Grayscale: #686868. Windows color (decimal): -57765 or 5971711. OLE color: 5971711.

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

Color convert

RGB 255 30 91 -
CMYK 0 0.88 0.64 0
HSL 343.73º 1% 0.56% -
HSV(B) 343.73º 0.88% 1% -
XYZ 43.59 22.94 12.03 -
YUV 104.23 120.54 235.54 -
System Red Green Blue C M Y K H S L
Decimal 255 30 91 0 0.88 0.64 0 343.73 1 0.56
Hex FF 1E 5B 0 58 40 0 158 64 38
Octal 377 36 133 0 130 100 0 530 144 70
Binary 11111111 11110 1011011 0 1011000 1000000 0 101011000 1100100 111000

Color Harmonies of #FF1E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF1E5B

Black with #FF1E5B

Text Example


Text Example

White with #FF1E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF1E5B; }

 p { color: rgb(255,30,91); }

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

background-color css

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

 a { background-color: rgb(255,30,91); }

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

border-color css

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

 span { border-color: rgb(255,30,91); }

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