Html Css Color HEX #FF3253 Radical Red

📋 copy color: '#FF3253'

red 255 ◦ green 50 ◦ blue 83

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

Shades of Radical Red #FF3253

Tints of Radical Red #FF3253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.39%

R = 65.72%
G = 12.89%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FF3253 (or 0xFF3253) is known color: Radical Red. HEX triplet: FF, 32 and 53. RGB value is (255,50,83). Sum of RGB (Red+Green+Blue) = 255+50+83=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3253 is #00CDAC. Grayscale: #737373. Windows color (decimal): -52653 or 5452543. OLE color: 5452543.

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

Color convert

RGB 255 50 83 -
CMYK 0 0.80 0.67 0
HSL 350.34º 1% 0.6% -
HSV(B) 350.34º 0.8% 1% -
XYZ 43.94 24.17 10.53 -
YUV 115.06 109.92 227.82 -
System Red Green Blue C M Y K H S L
Decimal 255 50 83 0 0.80 0.67 0 350.34 1 0.6
Hex FF 32 53 0 50 43 0 15E 64 3C
Octal 377 62 123 0 120 103 0 536 144 74
Binary 11111111 110010 1010011 0 1010000 1000011 0 101011110 1100100 111100

Color Harmonies of #FF3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3253

Black with #FF3253

Text Example


Text Example

White with #FF3253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3253; }

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

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

background-color css

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

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

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

border-color css

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

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

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