Html Css Color HEX #FF3350 Radical Red

📋 copy color: '#FF3350'

red 255 ◦ green 51 ◦ blue 80

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

Shades of Radical Red #FF3350

Tints of Radical Red #FF3350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 66.06%
G = 13.21%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF3350 (or 0xFF3350) is known color: Radical Red. HEX triplet: FF, 33 and 50. RGB value is (255,51,80). Sum of RGB (Red+Green+Blue) = 255+51+80=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3350 is #00CCAF. Grayscale: #737373. Windows color (decimal): -52400 or 5256191. OLE color: 5256191.

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

Color convert

RGB 255 51 80 -
CMYK 0 0.8 0.69 0
HSL 351.47º 1% 0.6% -
HSV(B) 351.47º 0.8% 1% -
XYZ 43.87 24.21 9.95 -
YUV 115.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 255 51 80 0 0.8 0.69 0 351.47 1 0.6
Hex FF 33 50 0 50 45 0 15F 64 3C
Octal 377 63 120 0 120 105 0 537 144 74
Binary 11111111 110011 1010000 0 1010000 1000101 0 101011111 1100100 111100

Color Harmonies of #FF3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF3350

Black with #FF3350

Text Example


Text Example

White with #FF3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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