Html Css Color HEX #FF4149 Radical Red

📋 copy color: '#FF4149'

red 255 ◦ green 65 ◦ blue 73

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

Shades of Radical Red #FF4149

Tints of Radical Red #FF4149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 64.89%
G = 16.54%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF4149 (or 0xFF4149) is known color: Radical Red. HEX triplet: FF, 41 and 49. RGB value is (255,65,73). Sum of RGB (Red+Green+Blue) = 255+65+73=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4149 is #00BEB6. Grayscale: #7A7A7A. Windows color (decimal): -48823 or 4801023. OLE color: 4801023.

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

Color convert

RGB 255 65 73 -
CMYK 0 0.75 0.71 0
HSL 357.47º 1% 0.63% -
HSV(B) 357.47º 0.75% 1% -
XYZ 44.33 25.52 8.89 -
YUV 122.72 99.95 222.35 -
System Red Green Blue C M Y K H S L
Decimal 255 65 73 0 0.75 0.71 0 357.47 1 0.63
Hex FF 41 49 0 4B 47 0 165 64 3F
Octal 377 101 111 0 113 107 0 545 144 77
Binary 11111111 1000001 1001001 0 1001011 1000111 0 101100101 1100100 111111

Color Harmonies of #FF4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4149

Black with #FF4149

Text Example


Text Example

White with #FF4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4149; }

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

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

background-color css

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

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

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

border-color css

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

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

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