Html Css Color HEX #FF335B Radical Red

📋 copy color: '#FF335B'

red 255 ◦ green 51 ◦ blue 91

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

Shades of Radical Red #FF335B

Tints of Radical Red #FF335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.85%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 64.23%
G = 12.85%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF335B (or 0xFF335B) is known color: Radical Red. HEX triplet: FF, 33 and 5B. RGB value is (255,51,91). Sum of RGB (Red+Green+Blue) = 255+51+91=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF335B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF335B is #00CCA4. Grayscale: #747474. Windows color (decimal): -52389 or 5977087. OLE color: 5977087.

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

Color convert

RGB 255 51 91 -
CMYK 0 0.8 0.64 0
HSL 348.24º 1% 0.6% -
HSV(B) 348.24º 0.8% 1% -
XYZ 44.31 24.38 12.27 -
YUV 116.56 113.59 226.75 -
System Red Green Blue C M Y K H S L
Decimal 255 51 91 0 0.8 0.64 0 348.24 1 0.6
Hex FF 33 5B 0 50 40 0 15C 64 3C
Octal 377 63 133 0 120 100 0 534 144 74
Binary 11111111 110011 1011011 0 1010000 1000000 0 101011100 1100100 111100

Color Harmonies of #FF335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF335B

Black with #FF335B

Text Example


Text Example

White with #FF335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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