Html Css Color HEX #FF335F Radical Red

📋 copy color: '#FF335F'

red 255 ◦ green 51 ◦ blue 95

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

Shades of Radical Red #FF335F

Tints of Radical Red #FF335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 63.59%
G = 12.72%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF335F (or 0xFF335F) is known color: Radical Red. HEX triplet: FF, 33 and 5F. RGB value is (255,51,95). Sum of RGB (Red+Green+Blue) = 255+51+95=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF335F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF335F is #00CCA0. Grayscale: #757575. Windows color (decimal): -52385 or 6239231. OLE color: 6239231.

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

Color convert

RGB 255 51 95 -
CMYK 0 0.8 0.63 0
HSL 347.06º 1% 0.6% -
HSV(B) 347.06º 0.8% 1% -
XYZ 44.49 24.45 13.2 -
YUV 117.01 115.59 226.42 -
System Red Green Blue C M Y K H S L
Decimal 255 51 95 0 0.8 0.63 0 347.06 1 0.6
Hex FF 33 5F 0 50 3F 0 15B 64 3C
Octal 377 63 137 0 120 77 0 533 144 74
Binary 11111111 110011 1011111 0 1010000 111111 0 101011011 1100100 111100

Color Harmonies of #FF335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF335F

Black with #FF335F

Text Example


Text Example

White with #FF335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF335F; }

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

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

background-color css

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

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

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

border-color css

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

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

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