Html Css Color HEX #FF3246 Radical Red

📋 copy color: '#FF3246'

red 255 ◦ green 50 ◦ blue 70

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

Shades of Radical Red #FF3246

Tints of Radical Red #FF3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 68%
G = 13.33%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF3246 (or 0xFF3246) is known color: Radical Red. HEX triplet: FF, 32 and 46. RGB value is (255,50,70). Sum of RGB (Red+Green+Blue) = 255+50+70=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3246 is #00CDB9. Grayscale: #717171. Windows color (decimal): -52666 or 4600575. OLE color: 4600575.

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

Color convert

RGB 255 50 70 -
CMYK 0 0.80 0.73 0
HSL 354.15º 1% 0.6% -
HSV(B) 354.15º 0.8% 1% -
XYZ 43.49 23.98 8.13 -
YUV 113.58 103.42 228.87 -
System Red Green Blue C M Y K H S L
Decimal 255 50 70 0 0.80 0.73 0 354.15 1 0.6
Hex FF 32 46 0 50 49 0 162 64 3C
Octal 377 62 106 0 120 111 0 542 144 74
Binary 11111111 110010 1000110 0 1010000 1001001 0 101100010 1100100 111100

Color Harmonies of #FF3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3246

Black with #FF3246

Text Example


Text Example

White with #FF3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3246; }

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

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

background-color css

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

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

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

border-color css

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

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

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