Html Css Color HEX #FF3B52 Radical Red

📋 copy color: '#FF3B52'

red 255 ◦ green 59 ◦ blue 82

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

Shades of Radical Red #FF3B52

Tints of Radical Red #FF3B52

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.9%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 64.39%
G = 14.9%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF3B52 (or 0xFF3B52) is known color: Radical Red. HEX triplet: FF, 3B and 52. RGB value is (255,59,82). Sum of RGB (Red+Green+Blue) = 255+59+82=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B52 is #00C4AD. Grayscale: #787878. Windows color (decimal): -50350 or 5389311. OLE color: 5389311.

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

Color convert

RGB 255 59 82 -
CMYK 0 0.77 0.68 0
HSL 352.96º 1% 0.62% -
HSV(B) 352.96º 0.77% 1% -
XYZ 44.33 25 10.47 -
YUV 120.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 255 59 82 0 0.77 0.68 0 352.96 1 0.62
Hex FF 3B 52 0 4D 44 0 161 64 3E
Octal 377 73 122 0 115 104 0 541 144 76
Binary 11111111 111011 1010010 0 1001101 1000100 0 101100001 1100100 111110

Color Harmonies of #FF3B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3B52

Black with #FF3B52

Text Example


Text Example

White with #FF3B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3B52; }

 p { color: rgb(255,59,82); }

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

background-color css

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

 a { background-color: rgb(255,59,82); }

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

border-color css

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

 span { border-color: rgb(255,59,82); }

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