#FB3D41

Color #FB3D41 Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FB3D41

Tints of Radical Red #FB3D41

Color information

#FB3D41 (or 0xFB3D41) is unknown color: approx Radical Red. HEX triplet: FB, 3D and 41. RGB value is (251,61,65). Sum of RGB (Red+Green+Blue) = 251+61+65=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3D41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3D41 is #04C2BE. Grayscale: #767676. Windows color (decimal): -311999 or 4275707. OLE color: 4275707.

HSL color Cylindrical-coordinate representation of color #FB3D41: hue angle of 358.74º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3D41 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2516165-
CMYK00.760.740.02
HSL358.74º95.96%61.18%-
HSV(B)358.74º75.7%98.43%-
XYZ42.4124.237.44-
YUV118.2797.95222.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 66.58%
GREEN value IS 61 (24.22% from 255) = 16.18%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=66.58%
G=16.18%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251616500.760.740.02358.7495.9661.18
HexFB3D4104C4A2167603d
Octal373751010114112254714075
Binary111110111111011000001010011001001010101011001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3D41; }

 p { color: rgb(251,61,65); }

 H1.HeaderClassName
 {
   color: #FB3D41;
 }
 .AnyTagClassName
 {
   color: #FB3D41;
 }
</style>
background-color css

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

 a { background-color: rgb(251,61,65); }

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

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

 span { border-color: rgb(251,61,65); }

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