Html Css Color HEX #FF4155 Radical Red

📋 copy color: '#FF4155'

red 255 ◦ green 65 ◦ blue 85

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

Shades of Radical Red #FF4155

Tints of Radical Red #FF4155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.05%

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 62.96%
G = 16.05%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF4155 (or 0xFF4155) is known color: Radical Red. HEX triplet: FF, 41 and 55. RGB value is (255,65,85). Sum of RGB (Red+Green+Blue) = 255+65+85=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4155 is #00BEAA. Grayscale: #7C7C7C. Windows color (decimal): -48811 or 5587455. OLE color: 5587455.

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

Color convert

RGB 255 65 85 -
CMYK 0 0.75 0.67 0
HSL 353.68º 1% 0.63% -
HSV(B) 353.68º 0.75% 1% -
XYZ 44.77 25.7 11.19 -
YUV 124.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 255 65 85 0 0.75 0.67 0 353.68 1 0.63
Hex FF 41 55 0 4B 43 0 162 64 3F
Octal 377 101 125 0 113 103 0 542 144 77
Binary 11111111 1000001 1010101 0 1001011 1000011 0 101100010 1100100 111111

Color Harmonies of #FF4155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4155

Black with #FF4155

Text Example


Text Example

White with #FF4155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4155; }

 p { color: rgb(255,65,85); }

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

background-color css

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

 a { background-color: rgb(255,65,85); }

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

border-color css

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

 span { border-color: rgb(255,65,85); }

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