Html Css Color HEX #FF3247 Radical Red

📋 copy color: '#FF3247'

red 255 ◦ green 50 ◦ blue 71

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

Shades of Radical Red #FF3247

Tints of Radical Red #FF3247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 67.82%
G = 13.3%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF3247 (or 0xFF3247) is known color: Radical Red. HEX triplet: FF, 32 and 47. RGB value is (255,50,71). Sum of RGB (Red+Green+Blue) = 255+50+71=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3247 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3247 is #00CDB8. Grayscale: #717171. Windows color (decimal): -52665 or 4666111. OLE color: 4666111.

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

Color convert

RGB 255 50 71 -
CMYK 0 0.80 0.72 0
HSL 353.85º 1% 0.6% -
HSV(B) 353.85º 0.8% 1% -
XYZ 43.52 24 8.3 -
YUV 113.69 103.92 228.79 -
System Red Green Blue C M Y K H S L
Decimal 255 50 71 0 0.80 0.72 0 353.85 1 0.6
Hex FF 32 47 0 50 48 0 162 64 3C
Octal 377 62 107 0 120 110 0 542 144 74
Binary 11111111 110010 1000111 0 1010000 1001000 0 101100010 1100100 111100

Color Harmonies of #FF3247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3247

Black with #FF3247

Text Example


Text Example

White with #FF3247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3247; }

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

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

background-color css

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

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

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

border-color css

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

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

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