Html Css Color HEX #FF4146 Radical Red

📋 copy color: '#FF4146'

red 255 ◦ green 65 ◦ blue 70

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

Shades of Radical Red #FF4146

Tints of Radical Red #FF4146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 65.38%
G = 16.67%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF4146 (or 0xFF4146) is known color: Radical Red. HEX triplet: FF, 41 and 46. RGB value is (255,65,70). Sum of RGB (Red+Green+Blue) = 255+65+70=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4146 is #00BEB9. Grayscale: #7A7A7A. Windows color (decimal): -48826 or 4604415. OLE color: 4604415.

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

Color convert

RGB 255 65 70 -
CMYK 0 0.75 0.73 0
HSL 358.42º 1% 0.63% -
HSV(B) 358.42º 0.75% 1% -
XYZ 44.24 25.48 8.38 -
YUV 122.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 255 65 70 0 0.75 0.73 0 358.42 1 0.63
Hex FF 41 46 0 4B 49 0 166 64 3F
Octal 377 101 106 0 113 111 0 546 144 77
Binary 11111111 1000001 1000110 0 1001011 1001001 0 101100110 1100100 111111

Color Harmonies of #FF4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4146

Black with #FF4146

Text Example


Text Example

White with #FF4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4146; }

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

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

background-color css

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

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

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

border-color css

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

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

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