Html Css Color HEX #FF4041 Radical Red

📋 copy color: '#FF4041'

red 255 ◦ green 64 ◦ blue 65

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

Shades of Radical Red #FF4041

Tints of Radical Red #FF4041

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 66.41%
G = 16.67%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF4041 (or 0xFF4041) is known color: Radical Red. HEX triplet: FF, 40 and 41. RGB value is (255,64,65). Sum of RGB (Red+Green+Blue) = 255+64+65=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4041 is #00BFBE. Grayscale: #797979. Windows color (decimal): -49087 or 4276479. OLE color: 4276479.

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

Color convert

RGB 255 64 65 -
CMYK 0 0.75 0.75 0
HSL 359.69º 1% 0.63% -
HSV(B) 359.69º 0.75% 1% -
XYZ 44.03 25.31 7.57 -
YUV 121.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 255 64 65 0 0.75 0.75 0 359.69 1 0.63
Hex FF 40 41 0 4B 4B 0 168 64 3F
Octal 377 100 101 0 113 113 0 550 144 77
Binary 11111111 1000000 1000001 0 1001011 1001011 0 101101000 1100100 111111

Color Harmonies of #FF4041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4041

Black with #FF4041

Text Example


Text Example

White with #FF4041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4041; }

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

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

background-color css

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

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

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

border-color css

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

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

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