Html Css Color HEX #FF4148 Radical Red

📋 copy color: '#FF4148'

red 255 ◦ green 65 ◦ blue 72

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

Shades of Radical Red #FF4148

Tints of Radical Red #FF4148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 65.05%
G = 16.58%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF4148 (or 0xFF4148) is known color: Radical Red. HEX triplet: FF, 41 and 48. RGB value is (255,65,72). Sum of RGB (Red+Green+Blue) = 255+65+72=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4148 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4148 is #00BEB7. Grayscale: #7A7A7A. Windows color (decimal): -48824 or 4735487. OLE color: 4735487.

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

Color convert

RGB 255 65 72 -
CMYK 0 0.75 0.72 0
HSL 357.79º 1% 0.63% -
HSV(B) 357.79º 0.75% 1% -
XYZ 44.3 25.51 8.72 -
YUV 122.61 99.45 222.43 -
System Red Green Blue C M Y K H S L
Decimal 255 65 72 0 0.75 0.72 0 357.79 1 0.63
Hex FF 41 48 0 4B 48 0 166 64 3F
Octal 377 101 110 0 113 110 0 546 144 77
Binary 11111111 1000001 1001000 0 1001011 1001000 0 101100110 1100100 111111

Color Harmonies of #FF4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4148

Black with #FF4148

Text Example


Text Example

White with #FF4148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4148; }

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

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

background-color css

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

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

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

border-color css

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

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

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