#FF3348

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

Shades of Radical Red #FF3348

Tints of Radical Red #FF3348

Color information

#FF3348 (or 0xFF3348) is unknown color: approx Radical Red. HEX triplet: FF, 33 and 48. RGB value is (255,51,72). Sum of RGB (Red+Green+Blue) = 255+51+72=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3348 is #00CCB7. Grayscale: #727272. Windows color (decimal): -52408 or 4731903. OLE color: 4731903.

HSL color Cylindrical-coordinate representation of color #FF3348: hue angle of 353.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3348 is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB2555172-
CMYK00.80.720
HSL353.82º100%60%-
HSV(B)353.82º80%100%-
XYZ43.5924.18.48-
YUV114.39104.09228.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.46%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 72 (28.52% from 255) = 19.05%
R=67.46%
G=13.49%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255517200.80.720353.8210060
HexFF3348050480162643c
Octal377631100120110054214474
Binary11111111110011100100001010000100100001011000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3348; }

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

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

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

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

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

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

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

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